POST api/v1/Orders/Templates
Order Template
Request Information
URI Parameters
Body Parameters
OrderTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| ClientId | integer | ||
| MemberId | integer | ||
| EstimatedShipDate | date | ||
| TemplateNextCreateDate | date | ||
| TemplateEndDate | date | ||
| TemplateGenerationCount | integer | ||
| TemplateType | string | ||
| ShipName | string | ||
| ShipAddress1 | string | ||
| ShipAddress2 | string | ||
| ShipAddress3 | string | ||
| ShipCity | string | ||
| ShipState | string | ||
| ShipZip | string | ||
| ShipPhone | string | ||
| string | |||
| ShippingServiceLevel | string | ||
| PreferredShipMethod | string | ||
| PackslipMessage | string | ||
| MustShipByDate | date | ||
| OrderTemplateItems | Collection of OrderTemplateItem | ||
| ModifiedDateTime |
Modified datetime for the object. This will be added by the system. |
date | |
| ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
| TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Request Formats
application/json, text/json
Sample:
{
"executionTime": 23,
"txID": "sample string 24"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
OrderTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| ClientId | integer | ||
| MemberId | integer | ||
| EstimatedShipDate | date | ||
| TemplateNextCreateDate | date | ||
| TemplateEndDate | date | ||
| TemplateGenerationCount | integer | ||
| TemplateType | string | ||
| ShipName | string | ||
| ShipAddress1 | string | ||
| ShipAddress2 | string | ||
| ShipAddress3 | string | ||
| ShipCity | string | ||
| ShipState | string | ||
| ShipZip | string | ||
| ShipPhone | string | ||
| string | |||
| ShippingServiceLevel | string | ||
| PreferredShipMethod | string | ||
| PackslipMessage | string | ||
| MustShipByDate | date | ||
| OrderTemplateItems | Collection of OrderTemplateItem | ||
| ModifiedDateTime |
Modified datetime for the object. This will be added by the system. |
date | |
| ExecutionTime |
How long the method took in milliseconds. System supplied value. |
integer | |
| TxID |
Transaction ID of the call. Will be added for the response. Not needed in the request. |
string |
Response Formats
application/json, text/json
Sample:
{
"executionTime": 23,
"txID": "sample string 24"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.