GET api/order/SearchOrders?customerNo={customerNo}&searchPhrase={searchPhrase}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerNo | string |
Required |
|
| searchPhrase | string |
Default value is |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Order| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryCode | string |
None. |
|
| OrderNo | string |
None. |
|
| CustomerNo | string |
None. |
|
| YourReference | string |
None. |
|
| OrderDate | date |
None. |
|
| CurrencyCode | string |
None. |
|
| ShippingAdvice | integer |
None. |
|
| Timestamp | integer |
None. |
|
| OrderLines | Collection of OrderLine |
None. |
|
| Id | string |
None. |
|
| Action | string |
None. |
|
| LastModified | date |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.