- Overview
- Account Settings
- Assets
- Connectors Framework
- Customer Portal
- Customers
- Dashboards
- Devices
- Dispatching
- Forms
- Inventory
- Invoices & Billing
- Locations
- Payments
- Parts
- Projects
- Quotes
- Recurrent Routes
- Recurrent Services
- Reports
- Sales Orders
- Schedule
- Services
- Tasks
- Text Messaging
- Time Tracking
- Users
- Work Orders
Overview
Retrieve sales order return list based on provided criteria
Retrieve sales order return list based on provided criteria
URL Format
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/salesOrderReturn/list.html?token=XXXXXXXX&userId={userId}
https://{domain}.mobiwork.com/api/rest/{clientId}/{versionNumber}/salesOrderReturn/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
salesOrderId | By ID of sales order return |
createdBy | By the creator's user name of the sales order return |
createdFromDate | By the creation date of the sales order return |
createdToDate | By the upper bound of the creation date |
customerId | By the customerId of the sales order return |
customerName | By the customer's name of the sales order return |
customStatusName | By the custom status name of the sales order return |
integrationStatus | By the integration status of the sales order. |
Return
Returns a list of Sales Order Return Object(s) if valid arguments and search criteria are provided. If no search criteria is provided the list of a maximum 200 salesorders will be returned. Returns an error if not a valid request
Returns a list of Sales Order Return Object(s) if valid arguments and search criteria are provided. If no search criteria is provided the list of a maximum 200 salesorders will be returned. Returns an error if not a valid request
Request Body XSD
Response Body XSD
Curl Example
HTTP Method: | GET |
Request: | |
Response: |