POST v6/location/certification/save
Request Information
URI Parameters
None.
Body Parameters
LocationCertificationModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCertificationId | integer |
None. |
|
| LocationId | integer |
None. |
|
| OriginLocationId | integer |
None. |
|
| SKUId | integer |
None. |
|
| SKUSizeId | integer |
None. |
|
| SKUConfigurationId | integer |
None. |
|
| SKUFamilyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationCertificationId": 1,
"locationId": 2,
"originLocationId": 3,
"skuId": 4,
"skuSizeId": 5,
"skuConfigurationId": 6,
"skuFamilyId": 7
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.