POST api/v1/Orders/Replenishment/{memberNumber}/{itemCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberNumber | string |
Required |
|
itemCode | string |
Required |
Body Parameters
Response Information
Resource Description
OrderTemplateName | 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:
{ "id": 1, "clientId": 2, "memberId": 3, "estimatedShipDate": "2025-08-14T01:25:13.9889016+00:00", "templateNextCreateDate": "2025-08-14T01:25:13.9889016+00:00", "templateEndDate": "2025-08-14T01:25:13.9889016+00:00", "templateGenerationCount": 6, "templateType": "sample string 7", "shipName": "sample string 8", "shipAddress1": "sample string 9", "shipAddress2": "sample string 10", "shipAddress3": "sample string 11", "shipCity": "sample string 12", "shipState": "sample string 13", "shipZip": "sample string 14", "shipPhone": "sample string 15", "email": "sample string 16", "shippingServiceLevel": "sample string 17", "preferredShipMethod": "sample string 18", "packslipMessage": "sample string 19", "mustShipByDate": "2025-08-14T01:25:13.9889016+00:00", "orderTemplateItems": [ { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:25:13.9889016+00:00", "executionTime": 8, "txID": "sample string 9" }, { "id": 1, "orderTemplateId": 2, "itemId": 3, "itemCode": "sample string 4", "quantity": 5, "modifiedDateTime": "2025-08-14T01:25:13.9889016+00:00", "executionTime": 8, "txID": "sample string 9" } ], "modifiedDateTime": "2025-08-14T01:25:13.9889016+00:00", "executionTime": 23, "txID": "sample string 24" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.