The structure of this XML will be the following:
Notes: The payment terms profile, cancellation policy and local currency will be established based upon the selected supplier.
The structure of this XML will be the following:
<AdHocCarHireCreateRequest>
<LoginDetails>
<Login>testlogin</Login>
<Password>testpassword</Password>
<AgentReference />
<SellingCurrencyID>0</SellingCurrencyID>
<LanguageID>0</LanguageID>
<TrackingAffiliateID>0</TrackingAffiliateID>
</LoginDetails>
<SupplierID>279</SupplierID>
<SourceReference>TEST</SourceReference>
<VehicleDescription>Fiat 500 or similar</VehicleDescription>
<PickUpDepotID>2</PickUpDepotID>
<PickUpDate>2019-10-15</PickUpDate>
<PickUpTime>10:15</PickUpTime>
<DropOffDepotID>5</DropOffDepotID>
<DropOffDate>2019-10-22</DropOffDate>
<DropOffTime>15:46</DropOffTime>
<CarHireExtras>
<CarHireExtra>
<Description>Child Seat</Description>
<Cost>15.00</Cost>
</CarHireExtra>
<CarHireExtra>
<Description>Sat Nav</Description>
<Cost>20.00</Cost>
</CarHireExtra>
</CarHireExtras>
<GuestConfiguration>
<Adults>1</Adults>
<Children>0</Children>
<Infants>0</Infants>
<AdultAges />
<ChildAges />
</GuestConfiguration>
<Cost>112.31</Cost>
</AdHocCarHireCreateRequest>
<AdHocCarHireCreateResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
<BookingToken>[Booking Token]</BookingToken>
<TotalPrice>112.31</TotalPrice>
<TotalCommission>9.69</TotalCommission>
<VATOnCommission>4.20</VATOnCommission>
<Cancellations>
<Cancellation>
<StartDate>2019-06-17T00:00:00</StartDate>
<EndDate>2019-10-01T00:00:00</EndDate>
<Amount>0.00</Amount>
</Cancellation>
<Cancellation>
<StartDate>2019-10-01T00:00:00</StartDate>
<EndDate>2019-10-15T00:00:00</EndDate>
<Amount>112.31</Amount>
</Cancellation>
</Cancellations>
<PaymentsDue>
<PaymentDue>
<Amount>35.00</Amount>
<DateDue>2019-06-17</DateDue>
</PaymentDue>
<PaymentDue>
<Amount>76.31</Amount>
<DateDue>2019-10-08T00:00:00</DateDue>
</PaymentDue>
</PaymentsDue>
<TermsAndConditions />
<TermsAndConditionsURL />
</AdHocCarHireCreateResponse>