User Tools

Site Tools


insurance:s

Table of Contents

General information

Request “S” cancels booking (when possible).

Inquiry

Parameters:

Element nameAttributeDescription
type-request type
Providers-List of providers
agency-agency number
OfferId-ID of booking
<?xml version="1.0" encoding="UTF-8"?>
<mds>
  <auth>
    <login>LOGIN</login>
    <pass>PASSWORD</pass>
  </auth>
  <request>
    <type>S</type>
    <conditions>
      <agency>801234001</agency>
      <Providers>
        <provider>CSIG</provider>
      </Providers>
      <OfferId>12032</OfferId>
    </conditions>
  </request>
</mds>

Answer

Parameters:

Element nameAttributeDescription
status-status of request
add_service-Additional services
number-service number
allocation-person allocation
exclude-excluded service codes
fromDT-service FROM date
toDT-service TO date
type-service Type
code-service Code
accomodation-
text-description
amount-price
currency-price currency
hints-additional info lines
hint-
infolines-additional info
Person-Array of person data
<response>
  <status>XX</status>
  <add_service>
    <data>
      <number>1</number>
      <allocation/>
      <exclude/>
      <fromDT/>
      <toDT/>
      <type/>
      <code/>
      <accomodation/>
      <text/>
      <amount/>
      <currency/>
      <hints cnt="2">
        <hint>Storno OK</hint>
        <hint>OfferId=12031</hint>
      </hints>
      <infolines/>
      <Person/>
    </data>
  </add_service>
</response>
insurance/s.txt · Last modified: 2012/08/08 14:53 by marekj