POST v2/inventorylot/{COMcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
LotCountSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| XSLautoNo | integer |
None. |
|
| XSCautoNo | integer |
None. |
|
| DeltaQty | decimal number |
None. |
|
| DeltaSizeQty | decimal number |
None. |
|
| Accumulate | boolean |
None. |
|
| MarkComplete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"XSLautoNo": 1,
"XSCautoNo": 2,
"DeltaQty": 3.0,
"DeltaSizeQty": 4.0,
"Accumulate": true,
"MarkComplete": true
}
application/xml, text/xml
Sample:
<LotCountSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRING_WEBAPI.Models"> <Accumulate>true</Accumulate> <DeltaQty>3</DeltaQty> <DeltaSizeQty>4</DeltaSizeQty> <MarkComplete>true</MarkComplete> <XSCautoNo>2</XSCautoNo> <XSLautoNo>1</XSLautoNo> </LotCountSaveRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.