Supplier Return Reasons
The Supplier Return Reasons resource allows supplier return reasons to be listed.
The full range of URIs and HTTP Verbs supported are:
Operation | HTTP Action |
---|---|
List a page of Supplier Return Reasons | GET /SupplierReturnReasons |
Note: This endpoint does not support Batch or Serial numbers. These will need to be entered manually via the web.
GET SupplierReturnReasons
Available Filters for GET Supplier Return Reasons
Filter | Description |
---|---|
modifiedSince |
Only supplier return reasons values modified after a specific date. |
pageSize |
Specifies the page size for pagination. Default page size is 200 supplier return reasons. Note: Requesting large numbers of supplier return reasons can be susceptible to poor network performance. Please reduce the page size if you experience delayed requests. |
reason |
Only return supplier return reasons that start with the specific reason. |
Note: Date filters should be provided in the ISO format YYYY-MM-DD. The timezone is UTC.
Filters are used by adding the filter and value to the URI:/SupplierReturnReasons?pageSize=10&reason=damaged
Available Fields for GET Supplier Return Reasons
Property | Type | Length |
---|---|---|
Reason | String | 25 |
Examples for Response GET /SupplierReturnReasons
show xml example
show json example