POST api/SMT/SetSMTPartialShipmentRequest
同步交货数量
Request Information
URI Parameters
None.
Body Parameters
SMTPartialShipmentRequestName | Description | Type | Additional information |
---|---|---|---|
ProductName |
产品名称 |
string |
None. |
Count | integer |
None. |
|
IsFinish |
是否完成 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductName": "sample string 1", "Count": 2, "IsFinish": true }
Response Information
Resource Description
SMTPartialShipmentResponseOfOrderPartialShipmentName | Description | Type | Additional information |
---|---|---|---|
Data | OrderPartialShipment |
None. |
|
Status |
Request processing results ('ok' or 'error') |
string |
None. |
ErrorText |
Error Description ( Empty when request processing successfully ) |
string |
None. |
Code |
状态码 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "Code": 1, "ErrorMsg": "sample string 2" }, "Status": "sample string 1", "ErrorText": "sample string 2", "Code": 3 }