POST api/CInventory/AddEditCategory
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
Response Information
Resource Description
SyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| IntResult | integer |
None. |
|
| StrResult | string |
None. |
|
| RetObject | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"IntResult": 2,
"StrResult": "sample string 3",
"RetObject": {}
}