POST v6/sto/item/save
Request Information
URI Parameters
None.
Body Parameters
STOItemModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| STOItemId | integer |
None. |
|
| STOId | integer |
None. |
|
| SKUId | integer |
None. |
|
| Quantity | integer |
None. |
|
| Lot | string |
None. |
|
| Delivery | string |
None. |
|
| ItemPosition | string |
None. |
|
| UOM | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"stoItemId": 1,
"stoId": 2,
"skuId": 3,
"quantity": 4,
"lot": "sample string 5",
"delivery": "sample string 6",
"itemPosition": "sample string 7",
"uom": "sample string 8"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.