POST services/api/rest/v1/Get_ReservationShift_ById
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestReservationShift_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| ShiftType | integer |
None. |
|
| StartingDate | date |
None. |
|
| EndingDate | date |
None. |
|
| DaysOfWeek | string |
None. |
|
| FirstSeating | integer |
None. |
|
| LastSeating | integer |
None. |
|
| MinCovers | integer |
None. |
|
| MaxCovers | integer |
None. |
|
| IndicationColour | string |
None. |
|
| AvailabilityType | string |
None. |
|
| Interval | integer |
None. |
|
| TotalMinCovers | integer |
None. |
|
| TotalMaxCovers | integer |
None. |
|
| NoticePeriod | integer |
None. |
|
| Duration | integer |
None. |
|
| Notes | string |
None. |
|
| IsActive | boolean |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"ShiftType": 3,
"StartingDate": "2026-09-09T15:13:01.7889103+04:00",
"EndingDate": "2026-09-09T15:13:01.7889103+04:00",
"DaysOfWeek": "sample string 6",
"FirstSeating": 7,
"LastSeating": 8,
"MinCovers": 9,
"MaxCovers": 10,
"IndicationColour": "sample string 11",
"AvailabilityType": "sample string 12",
"Interval": 13,
"TotalMinCovers": 14,
"TotalMaxCovers": 15,
"NoticePeriod": 16,
"Duration": 17,
"Notes": "sample string 18",
"IsActive": true,
"LocId": 20,
"UserId": 21
}