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