OnlineOrderGetTotalsViewModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| RepDID |
The Rep # to get totals for. This can be left blank if a Customer # is provided |
string |
None. |
| CustomerDID |
The Customer # to get totals for. This can be left blank if a Rep # is provided |
string |
None. |
| ShipMethodID |
The Shipping Method used to ship the order. This will be used to complete shipping costs for the order. |
integer |
None. |
| ShipState |
The state to ship the order, which will be used to calculate taxation for the order. |
string |
None. |
| ShipCountry |
The country to ship the order, which will be used to calculate taxation for the order. |
string |
None. |
| ShipCounty |
The county to ship the order, which will be used to calculate taxation for the order. |
string |
None. |
| ShipCity |
The city to ship the order, which will be used to calculate taxation for the order. |
string |
None. |
| ShipPostalCode |
The postal code to ship the order, which will be used to calculate taxation for the order. |
string |
None. |
| Items |
The list of item #s/skus to ship with the order. |
Collection of OnlineOrderDetailProduct |
None. |