Reservations in XML/JSON

The service returns xml/json-descriptions where one section <Reservation/> corresponds to one reservation list version (RLV).

Usage: the request that could be used to obtain all RLVs, which have been created during the period from <dt1> to <dt2>, where <dt1> and <dt2> are timestamps that match 'dd.mm.yyyy hh.mm.ss' mask.

Format in XML: https://www.bgoperator.ru/rservice?task=PartnerReservations&from=<dt1>&to=<dt2>

Format in JSON: https://www.bgoperator.ru/rservice?task=PartnerReservationsJson&from=<dt1>&to=<dt2>

NOTE: If the given diapason is longer than 1 week the response contains an error message instead of RLVs.
<Wishes> - is a new tag in booking menu, which is made for tourists' additional wishes. If there are no additional wishes from tourists, this tag won't be displayed.

Reservation CONFIRMATION / REJECTION

RLV confirmation request:
https://www.bgoperator.ru/chservice?idrl=<rlv_id>&task=SetAccomodationStatus&status=confirmed
RLV rejection request:
https://www.bgoperator.ru/chservice?idrl=<rlv_id>&task=SetAccomodationStatus&status=regret
where rlv_id - is 18-digit identificator (ID) of RLV which you can get via service Reservations in XML/JSON.

Service response contains reservation confirmation/rejection status and short status description.