POST Categories/UpdateCategoryWithoutImage
Request Information
URI Parameters
None.
Body Parameters
CategoriesDataContext| Name | Description | Type | Additional information |
|---|---|---|---|
| storeCategoryId | integer |
None. |
|
| storeCategoryBranchId | integer |
None. |
|
| storeCategoryName | string |
None. |
|
| storeCategoryDescription | string |
None. |
|
| storeCategoryImagePath | string |
None. |
|
| storeCategoryArchiveStatus | boolean |
None. |
|
| branchesIds | Collection of integer |
None. |
|
| statusWithAll | boolean |
None. |
|
| page | integer |
None. |
|
| filterStatus | boolean |
None. |
|
| textSearch | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"storeCategoryId": 1,
"storeCategoryBranchId": 2,
"storeCategoryName": "sample string 3",
"storeCategoryDescription": "sample string 4",
"storeCategoryImagePath": "sample string 5",
"storeCategoryArchiveStatus": true,
"branchesIds": [
1,
2
],
"statusWithAll": true,
"page": 8,
"filterStatus": true,
"textSearch": "sample string 10"
}
application/xml, text/xml
Sample:
<CategoriesDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartMeter_Installation.Models.StoreModule.Categories">
<branchesIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</branchesIds>
<filterStatus>true</filterStatus>
<page>8</page>
<statusWithAll>true</statusWithAll>
<storeCategoryArchiveStatus>true</storeCategoryArchiveStatus>
<storeCategoryBranchId>2</storeCategoryBranchId>
<storeCategoryDescription>sample string 4</storeCategoryDescription>
<storeCategoryId>1</storeCategoryId>
<storeCategoryImagePath>sample string 5</storeCategoryImagePath>
<storeCategoryName>sample string 3</storeCategoryName>
<textSearch>sample string 10</textSearch>
</CategoriesDataContext>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |