POST v6/location/capacity/save
Request Information
URI Parameters
None.
Body Parameters
LocationCapacityModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCapacityId | integer |
None. |
|
| LocationId | integer |
None. |
|
| SKUId | integer |
None. |
|
| InternalQuantity | integer |
None. |
|
| ExternalQuantity | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationCapacityId": 1,
"locationId": 2,
"skuId": 3,
"internalQuantity": 4,
"externalQuantity": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.