POST api/update-category_v2
Request Information
URI Parameters
None.
Body Parameters
NewCategoryView| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ComID | string |
None. |
|
| Name | string |
None. |
|
| isProduct | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ComID": "sample string 2",
"Name": "sample string 3",
"isProduct": true
}
multipart/form-data
Sample:
{"ID":1,"ComID":"sample string 2","Name":"sample string 3","isProduct":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}