POST api/GlobalCategory
Request Information
URI Parameters
None.
Body Parameters
GlobalCategoryCustomListItemDtoName | Description | Type | Additional information |
---|---|---|---|
Active | boolean |
None. |
|
Id | integer |
None. |
|
Name | string |
None. |
|
Ordinality | integer |
None. |
|
Deleted | boolean |
None. |
|
ClientId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "active": true, "id": 2, "name": "sample string 3", "ordinality": 4, "deleted": true, "clientId": 6 }
text/plain
Sample:
{"active":true,"id":2,"name":"sample string 3","ordinality":4,"deleted":true,"clientId":6}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.