POST api/ProductSpendLevel/SaveProductSpendLevel
Request Information
URI Parameters
None.
Body Parameters
ProductSpendLevelCreationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| categoryId | integer |
None. |
|
| subCategoryId | integer |
None. |
|
| brandId | integer |
None. |
|
| SKUId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"categoryId": 2,
"subCategoryId": 3,
"brandId": 4,
"skuId": 5
}
application/xml, text/xml
Sample:
<ProductSpendLevelCreationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICE.WebApi.Models"> <SKUId>5</SKUId> <brandId>4</brandId> <categoryId>2</categoryId> <id>1</id> <subCategoryId>3</subCategoryId> </ProductSpendLevelCreationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.