GET api/Personal/Order/GetDengenetOrders?orderID={orderID}&startDate={startDate}&endDate={endDate}
This API method fetches order shipping information for Dengenet. Note this method is restricted to pulling orders for Turkey only. You may filter for a specific order, or all orders within the specified date range. Or, if NO filter criteria is specified it will return all the latest Official orders since the last time the data was fetched.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderID |
Optional - specify the order # to restrict the results to that one order only |
integer |
None. |
startDate |
Optional - specify along with endDate if you wish to return a date range of Official orders |
date |
None. |
endDate |
Optional - specify along with startDate if you wish to return a date range of Official orders |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ICustomDengenetOrderInformationModelName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
OrderDate | date |
None. |
|
DatePosted | date |
None. |
|
OrderStatus | string |
None. |
|
RepID | integer |
None. |
|
RepDID | string |
None. |
|
RepFirstName | string |
None. |
|
RepLastName | string |
None. |
|
CustomerID | integer |
None. |
|
CustomerDID | string |
None. |
|
CustomerFirstName | string |
None. |
|
CustomerLastName | string |
None. |
|
ShipName1 | string |
None. |
|
ShipName2 | string |
None. |
|
ShipStreet1 | string |
None. |
|
ShipStreet2 | string |
None. |
|
ShipCounty | string |
None. |
|
ShipCity | string |
None. |
|
ShipState | string |
None. |
|
ShipPostalCode | string |
None. |
|
ShipCountry | string |
None. |
|
ShipPhone | string |
None. |
|
ShipEmail | string |
None. |
|
TaxIdNumber | string |
None. |
|
Currency | string |
None. |
|
ShippingTotal | decimal number |
None. |
|
ShippingTax | decimal number |
None. |
|
ShippingTaxCode | string |
None. |
|
ShippingTaxRate | decimal number |
None. |
|
HandlingFee | decimal number |
None. |
|
HandlingTax | decimal number |
None. |
|
HandlingTaxCode | string |
None. |
|
HandlingTaxRate | decimal number |
None. |
|
TaxTotal | decimal number |
None. |
|
OrderTotal | decimal number |
None. |
|
OrderDetails | Collection of ICustomDengenetOrderDetailInformationModel |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample not available.