GET api/order/Order/GetOrdersForRep/{repDID}
Returns the list of orders for a Rep
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repDID |
Rep who placed the order containing the item and date specified. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a ItemOrderedSinceDateViewModel object containing the last official Order # since the Start Date that a Rep placed for the item specified
Collection of IOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SubjectID | integer |
None. |
|
| SubjectTypeID | integer |
None. |
|
| SecondarySubjectID | integer |
None. |
|
| SecondarySubjectTypeID | integer |
None. |
|
| RankPriceTypeID | integer |
None. |
|
| MarketShowID | integer |
None. |
|
| StatusID | integer |
None. |
|
| TotalPrice | decimal number |
None. |
|
| TaxTotal | decimal number |
None. |
|
| ShippingTotal | decimal number |
None. |
|
| IsOverrideShipping | boolean |
None. |
|
| OrderDate | date |
None. |
|
| BonusDate | date |
None. |
|
| DatePosted | date |
None. |
|
| BillName1 | string |
None. |
|
| BillName2 | string |
None. |
|
| BillStreet1 | string |
None. |
|
| BillStreet2 | string |
None. |
|
| BillCity | string |
None. |
|
| BillState | string |
None. |
|
| BillPostalCode | string |
None. |
|
| BillCountry | string |
None. |
|
| BillPhone | string |
None. |
|
| ShipName1 | string |
None. |
|
| ShipName2 | string |
None. |
|
| ShipStreet1 | string |
None. |
|
| ShipStreet2 | string |
None. |
|
| ShipCity | string |
None. |
|
| ShipState | string |
None. |
|
| ShipPostalCode | string |
None. |
|
| ShipCountry | string |
None. |
|
| ShipPhone | string |
None. |
|
| InvoiceNotes | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| MultiplierTypeID | integer |
None. |
|
| ShipMethodID | integer |
None. |
|
| TrackingID | string |
None. |
|
| DateShipped | date |
None. |
|
| AutoShipScheduleID | integer |
None. |
|
| BillEmail | string |
None. |
|
| ShipEmail | string |
None. |
|
| OrderLinkID | integer |
None. |
|
| BillCounty | string |
None. |
|
| ShipCounty | string |
None. |
|
| ShipGeoCode | string |
None. |
|
| Packslip_SupressFinancials | boolean |
None. |
|
| PartyID | integer |
None. |
|
| HandlingFee | decimal number |
None. |
|
| ShippingTax | decimal number |
None. |
|
| ShippingTaxCodeID | string |
None. |
|
| HandlingTax | decimal number |
None. |
|
| HandlingTaxCodeID | string |
None. |
|
| IsGiftOrder | boolean |
None. |
|
| IsOverrideHandlingFee | boolean |
None. |
|
| IsHostOrder | boolean |
None. |
|
| DataRepairNotes | string |
None. |
|
| DateVoided | date |
None. |
|
| DateLastUnofficial | date |
None. |
|
| AutoshipBatchID | integer |
None. |
|
| RetryAttempts | integer |
None. |
|
| DateLastRetry | date |
None. |
|
| RetryPaymentRuleID | integer |
None. |
|
| TaxExemptCodeID | string |
None. |
|
| IsTaxExempt | boolean |
None. |
|
| CurrencyTypeID | integer |
None. |
|
| PeriodID | integer |
None. |
|
| CompPeriodID | integer |
None. |
|
| DistributionTypeID | integer |
None. |
|
| PaymentProcessingLock | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.