GET api/SalesOrder?createdDate={createdDate}&changedDate={changedDate}&calulateVbsFields={calulateVbsFields}

Endpoint to list salesorders

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Item

Collection of GetSaleOrderDto

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.