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
Body ()
Request Body that contains list of Limit Codes.
Root Schema : schema
Type: array
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the boolean based on accountproducts found for the given list of Limit Codes.
Headers
Body ()
Root Schema : A bool that indicates if accountproducts found for the given list of Limit Codes
Type: boolean
Title: A bool that indicates if accountproducts found for the given list of Limit Codes
Show Source

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
Back to Top