Create A ProviderPreferences
Create a ProviderPreferences.
Request
URI
POST
https://{api_host}/reservation-service/api/preferences
COPY
Request Body
ProviderPreferences of type(s) application/json
Optional
{
"preferences": {
"entries": [
{
"key": "string"
}
]
},
"serviceTypeId": "string",
"id": "string"
}
string
serviceTypeId
Optional
serviceTypeId
string As uuid As uuid
id
Optional
id
Responses
201
'Created' with ProviderPreferences object that is created
Returns ProviderPreferences of type(s) */*
{
"preferences": {
"entries": [
{
"key": "string"
}
]
},
"serviceTypeId": "string",
"id": "string"
}
string
serviceTypeId
Optional
serviceTypeId
string As uuid As uuid
id
Optional
id
Api Operations
POST
Callback To save content.
GET
Counts the number Of reservations In A local Postgre DB
POST
Create A ProviderPreferences
POST
Create A Reservation entity.
DELETE
Deletes A Reservation with the given id.
DELETE
Deletes the provider preferences
GET
Finds all business groups
GET
Finds all tenants
GET
Gets all Reservations.
GET
Gets all Reservations.
GET
Gets the business group By its identifier
GET
Retrieves A raw content for specified class Id and id.
GET
Retrieves A Reservation.
GET
Retrieves provider preferences By service type id.
GET
Returns A page Of the resources
GET
Returns provider preferences associated with the given Id
POST
Syncronizes A specific reservation
POST
Syncronizes all reservations
PUT
Updates A Reservation entity.
PUT
Updates Or creates A provider preferences