GET api/order/Order/GetOrdersCustomerProfile/{customerDID}

Return Order list for with Order Status and Tracking Info

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerDID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of IOrderCustomerProfileViewModel
NameDescriptionTypeAdditional 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.