Gets all valid account products that have the given Limit Codes attached
post
/service/accountproducts/getByLimitCodes
This endpoint is used to get all the account products that have the given Limit Codes attached.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains list of Limit Codes.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the boolean based on accountproducts found for the given list of Limit Codes.
Headers
Root Schema : A bool that indicates if accountproducts found for the given list of Limit Codes
Type:
boolean
Title:
Show Source
A bool that indicates if accountproducts found for the given list of Limit Codes
400 Response
Bad request error, the server is unable to process the request.
401 Response
Unauthorized request error, invalid credentials.
403 Response
Request denied, no permission to access the request.
405 Response
Invalid input, method is not allowed
500 Response
Internal server error