GET api/SalesOrder?createdDate={createdDate}&changedDate={changedDate}&calulateVbsFields={calulateVbsFields}
Endpoint to list salesorders
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| createdDate |
Filter greater than (yyyy-MM-dd HH:mm) |
date |
None. |
| changedDate |
Filter greater than (yyyy-MM-dd HH:mm) |
date |
None. |
| calulateVbsFields |
Calls VBS for each order to calculate fields (time consuming) |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ResponseOfGetSaleOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | Collection of GetSaleOrderDto |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.