get Service Requests
GET {{HostName}}/fof/v1/hotels/{{HotelId}}/serviceRequests?reservationId={{ReservationId}}&reservationIdType=string&hotelIds=string&Code=string&Status=string&priorityCodes=string&departmentCodes=string&reservationIdContext=string&profileId=string&profileIdContext=string&profileIdType=string&room=string&creationEndDate=date&creationStartDate=date&closedEndDate=date&closedStartDate=date
Use this API to add/assign a room number to a guests reservation. This is required before they can check into the property.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
reservationId | string | A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation | |
reservationIdType | string | A reference to the type of object defined by the UniqueID element | |
hotelIds | string | Hotel Id | |
Code | string | Code | |
Status | string | Status | |
priorityCodes | string | Priority Codes | |
departmentCodes | string | Department Codes | |
reservationIdContext | string | Used to identify the source of the identifier (e.g., IATA, ABTA) | |
profileId | string | A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation | |
profileIdContext | string | Used to identify the source of the identifier (e.g., IATA, ABTA) | |
profileIdType | string | A reference to the type of object defined by the UniqueID element | |
room | string | The room number in which the service request was created | |
creationEndDate | string | The ending value of the date range | |
creationStartDate | string | The starting value of the date range | |
closedEndDate | string | The ending value of the date range | |
closedStartDate | string | The starting value of the date range |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |