POST v1/sku/adjustLotQuantity
Request Information
URI Parameters
None.
Body Parameters
AdjustLotModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIID | integer |
None. |
|
| NewQuantity | decimal number |
None. |
|
| FlagTypeID | integer |
None. |
|
| LocationZoneID | integer |
None. |
|
| Notes | string |
None. |
|
| AdjustReasonId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rtiid": 1,
"newQuantity": 2.0,
"flagTypeID": 3,
"locationZoneID": 4,
"notes": "sample string 5",
"adjustReasonId": 6
}
Response Information
Resource Description
AdjustLotModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIID | integer |
None. |
|
| NewQuantity | decimal number |
None. |
|
| FlagTypeID | integer |
None. |
|
| LocationZoneID | integer |
None. |
|
| Notes | string |
None. |
|
| AdjustReasonId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"rtiid": 1,
"newQuantity": 2.0,
"flagTypeID": 3,
"locationZoneID": 4,
"notes": "sample string 5",
"adjustReasonId": 6
}