POST v6/sku/supplier/save
Request Information
URI Parameters
None.
Body Parameters
SKUSupplierModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUSupplierId | integer |
None. |
|
| SKUId | integer |
None. |
|
| LocationId | integer |
None. |
|
| IsDefault | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuSupplierId": 1,
"skuId": 2,
"locationId": 3,
"isDefault": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.