GET api/order/GetOrder?customerNo={customerNo}&orderNo={orderNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerNo | string |
Required |
|
| orderNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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
Sample:
Sample not available.