GET api/vacancy/getDeleteReasonsByType?deleteReasonType={deleteReasonType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deleteReasonType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeleteReasonDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Type | DeleteReasonType |
None. |
|
| MarkDayAsUnavailable | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Type": 1,
"MarkDayAsUnavailable": true
},
{
"Id": 1,
"Name": "sample string 2",
"Type": 1,
"MarkDayAsUnavailable": true
}
]