POST v2/inventorycountitem/{COMcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
InventoryCountSaveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| XSCautoNo | integer |
None. |
|
| TagID | integer |
None. |
|
| Sto | string |
None. |
|
| CountedQtyBase | decimal number |
None. |
|
| CountedQtyInput | decimal number |
None. |
|
| CountedUnit | string |
None. |
|
| CountedSizeQty | decimal number |
None. |
|
| Accumulate | boolean |
None. |
|
| MarkComplete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"XSCautoNo": 1,
"TagID": 2,
"Sto": "sample string 3",
"CountedQtyBase": 4.0,
"CountedQtyInput": 5.0,
"CountedUnit": "sample string 6",
"CountedSizeQty": 7.0,
"Accumulate": true,
"MarkComplete": true
}
application/xml, text/xml
Sample:
<InventoryCountSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRING_WEBAPI.Models"> <Accumulate>true</Accumulate> <CountedQtyBase>4</CountedQtyBase> <CountedQtyInput>5</CountedQtyInput> <CountedSizeQty>7</CountedSizeQty> <CountedUnit>sample string 6</CountedUnit> <MarkComplete>true</MarkComplete> <Sto>sample string 3</Sto> <TagID>2</TagID> <XSCautoNo>1</XSCautoNo> </InventoryCountSaveRequest>
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.