POST v1/sku/{skuID}/attribute/save
Add or update information about a SKU
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skuID | integer |
Required |
Body Parameters
SKUAttributeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUID | integer |
None. |
|
| ExpirationDays | integer |
None. |
|
| LoopCount | integer |
None. |
|
| GLAccount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuid": 1,
"expirationDays": 2,
"loopCount": 3,
"glAccount": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.