Returns provider preferences associated with the given Id
Returns provider preferences associated with the given id
Request
URI
GET
https://{api_host}/reservation-service/api/preferences/{id}
COPY
Path Parameters
string
id
Required
The id of the provider preferences
Responses
200
successful operation
Returns
ProviderPreferences
of type(s)
*/*
{
"preferences": {
"entries": [
{
"value": {},
"key": "string"
}
]
},
"serviceTypeId": "string",
"id": "string"
}
object
preferences
Required
Equivalent of java.util.Map
string
serviceTypeId
Optional
Constraints:
minLength: 0
maxLength: 255
serviceTypeId
string As uuid
As uuid
id
Optional
id
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/reservation-service/api/preferences/{id}
Api Operations
GET
Finds all tenants
POST
Create A Reservation entity.
GET
Gets all Reservations.
GET
Retrieves A raw content for specified class Id and id.
POST
Syncronizes all reservations
GET
Retrieves provider preferences By service type id.
POST
Syncronizes A specific reservation
GET
Finds all business groups
Deprecated
GET
Counts the number Of reservations In A local Postgre DB
POST
Callback To save content.
GET
Gets the business group By its identifier
Deprecated
GET
Returns provider preferences associated with the given Id
DELETE
Deletes the provider preferences
PUT
Updates Or creates A provider preferences
POST
Create A ProviderPreferences
GET
Returns A page Of the resources
GET
Retrieves A Reservation.
DELETE
Deletes A Reservation with the given id.
PUT
Updates A Reservation entity.
GET
Gets all Reservations.