Callback To save content.
Callback to save content.
Request
URI
POST
https://{api_host}/reservation-service/api/content
COPY
Request Body
the import request.
importRequest of type(s) application/json
Required
{
"classId": "string",
"data": [
"string"
],
"mimeType": "string",
"inDryRunMode": false,
"resolutionMode": "string"
}
string
classId
Optional
classId
array of string
data
Required
data
string
mimeType
Optional
mimeType
boolean
inDryRunMode
Optional
inDryRunMode
string
resolutionMode
Optional
resolutionMode
Possible values are : SKIP, OVERWRITE,
Responses
200
successful operation
Returns operationResult of type(s) */*
{
"operationErrors": [
{
"errorMessage": "string",
"errorCode": 0
}
],
"operationStatus": "string",
"contentId": "string",
"contentTypeId": "string",
"messages": [
"string"
],
"contentName": "string"
}
string
operationStatus
Optional
operationStatus
Possible values are : SUCCESS, WARNING, FAILED,
string
contentId
Optional
contentId
string
contentTypeId
Optional
contentTypeId
array of string
messages
Optional
messages
string
contentName
Optional
contentName
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