GET api/candidate/calendar/longterm/options
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MinimumBookingLengthResponseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
Subtitle | string |
None. |
|
Period | string |
None. |
|
IsRecommended | boolean |
None. |
|
Reference | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Title": "sample string 2", "Subtitle": "sample string 3", "Period": "sample string 4", "IsRecommended": true, "Reference": "sample string 6" }, { "Id": 1, "Title": "sample string 2", "Subtitle": "sample string 3", "Period": "sample string 4", "IsRecommended": true, "Reference": "sample string 6" } ]