POST api/UdfDropdown02
Request Information
URI Parameters
None.
Body Parameters
CustomListItemDtoName | Description | Type | Additional information |
---|---|---|---|
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:
{ "id": 1, "name": "sample string 2", "ordinality": 3, "deleted": true, "clientId": 5 }
text/plain
Sample:
{"id":1,"name":"sample string 2","ordinality":3,"deleted":true,"clientId":5}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.