v3

OpenAPI 3.0.42026-07-312008682.1 MB
Reservations

Add reservation product

Adds a new product order of the specified product to the reservation.

post/api/connector/v1/reservations/addProduct

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

ReservationIdstring uuid required

Unique identifier of the reservation.

ProductIdstring uuid required

Unique identifier of the Product.

Countinteger required

The amount of the products to be added. Note that if the product is charged e.g. per night, count 1 means a single product every night. Count 2 means two products every night.

StartUtcstring date-time nullable

Product start in UTC timezone in ISO 8601 format. For products with charging Once and PerPerson must be set to same value as EndUtc.

EndUtcstring date-time nullable

Product end in UTC timezone in ISO 8601 format. For products with charging Once and PerPerson must be set to same value as StartUtc.

Response

OK

ItemIdsstring[] nullable