POST api/SubjectType
Request Information
URI Parameters
None.
Body Parameters
SubjectTypeCustomListItemDtoName | Description | Type | Additional information |
---|---|---|---|
Prefix | string |
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:
{ "prefix": "sample string 1", "id": 2, "name": "sample string 3", "ordinality": 4, "deleted": true, "clientId": 6 }
text/plain
Sample:
{"prefix":"sample string 1","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.