@Path("/")
@Produces("application/json")
@Consumes("application/json")
public interface AccountResource
-
Method Summary
List<org.oxerr.stubhub.client.model.SellerAccountResponse>
Retrieve available accounts for the user.
List<org.oxerr.stubhub.client.model.SellerUserResponse>
Get information for POS users using IDs.
-
Method Details
-
get
@GET
@Path("/accounts")
List<org.oxerr.stubhub.client.model.SellerAccountResponse> get()
Retrieve available accounts for the user.
-
posusers
@GET
@Path("/posusers")
List<org.oxerr.stubhub.client.model.SellerUserResponse> posusers(List<UUID> ids)
Get information for POS users using IDs.