POST v6/sku/location/save
Request Information
URI Parameters
None.
Body Parameters
SKULocationModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKULocationId | integer |
None. |
|
| SKUId | integer |
None. |
|
| LocationId | integer |
None. |
|
| ModuleId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuLocationId": 1,
"skuId": 2,
"locationId": 3,
"moduleId": 4
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.