POST ev/configurations/reasons
Request Information
URI Parameters
None.
Body Parameters
OperationReason| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| type | string |
None. |
|
| description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"type": "sample string 2",
"description": "sample string 3"
}
Response Information
Resource Description
None.