Overview
Retrieve pricelist List of the client
Retrieve pricelist List of the client
URL Format
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/pricelist/list.html?token=XXXXXXXX&userId={userId}
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/pricelist/list.html?token=XXXXXXXX&userId={userId}
Arguments
| clientId required |
MobiWork assigned unique ID of the company |
| versionNumber required |
Version number of MobiWork API SDK release. Current version is: 10.0.78 |
| token required |
Part of URL as a request parameter and is required in every call to verify access to API calls |
| userId optional |
If provided, this User ID will be taken as a logged in user |
Filter or Search Criteria
| productExternalId | By product's External ID. |
| productName | By name of the product |
| customerExternalId | By external ID of customer |
| customerName | By the name of customer. |
| customerCategory | By customer category. |
Return
Returns a list of pricelist Object(s) if valid arguments and search criteria are provided. If no search criteria is provided the list of a maximum 200 pricelists will be returned. Returns an error if not a valid request
Returns a list of pricelist Object(s) if valid arguments and search criteria are provided. If no search criteria is provided the list of a maximum 200 pricelists will be returned. Returns an error if not a valid request
Request Body XSD
Response Body XSD
Curl Example
| HTTP Method: | POST |
| Request: | |
| Response: |