GET api/order/Order/GetOrdersCustomerProfile/{customerDID}
Return Order list for with Order Status and Tracking Info
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerDID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IOrderCustomerProfileViewModelName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
StatusID | integer |
None. |
|
TotalPrice | decimal number |
None. |
|
OrderDate | date |
None. |
|
Description | string |
None. |
|
InvoiceNotes | string |
None. |
|
ShipMethodID | integer |
None. |
|
TrackingID | string |
None. |
|
TrackingURL | string |
None. |
|
CurrencyTypeID | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.