POST api/subtypes
Request Information
URI Parameters
None.
Body Parameters
subtype| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| warningPeriod | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"warningPeriod": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
subtype| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| warningPeriod | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"warningPeriod": 3
}