curl --request POST \
--url https://ota-int.axisdata.net:9443/activitybook \
--header 'Content-Type: application/xml' \
--data '<OTA_TourActivityBookRQ Version="2011.2" ResStatus="Quote" xmlns="http://www.opentravel.org/OTA/2003/05">
<POS>
<Source>
<RequestorID ID="TEST" ID_Context="AxisData" Type="22" Instance="PriceBreakdown"/>
</Source>
<Source>
<RequestorID Type="88" ID="TEST" MessagePassword="testpass"/>
</Source>
</POS>
<BookingInfo>
<BasicInfo TourActivityID="XESPMI5L4U" SupplierProductCode="SS0HDBT0" SupplierServiceCode="TRF"/>
<ParticipantInfo>
<Category QualifierInfo="10"/>
<Individual Age="36" ParticipantID="1">
<GivenName>Bender</GivenName>
<NamePrefix>Mr</NamePrefix>
<Surname>Bending</Surname>
</Individual>
</ParticipantInfo>
<ParticipantInfo>
<Category QualifierInfo="10"/>
<Individual Age="32" ParticipantID="2">
<GivenName>Angeline</GivenName>
<NamePrefix>Ms</NamePrefix>
<Surname>Bending</Surname>
</Individual>
</ParticipantInfo>
<Schedule Start="2029-07-20T09:30:00" End="2029-07-20T17:30:00"/>
<PickupDropoff DateTime="2029-07-20T09:00:00" LocationName="AESPMI5L46" PickupInd="true"/>
</BookingInfo>
<TPA_Extensions>
<UniqueID Type="36" ID="test_xxx" ID_Context="Client"/>
<UniqueID Type="37" ID="test_xxx_ex1" ID_Context="Client"/>
</TPA_Extensions>
</OTA_TourActivityBookRQ>'"<string>"OTA_TourActivityBookRQ Playground
curl --request POST \
--url https://ota-int.axisdata.net:9443/activitybook \
--header 'Content-Type: application/xml' \
--data '<OTA_TourActivityBookRQ Version="2011.2" ResStatus="Quote" xmlns="http://www.opentravel.org/OTA/2003/05">
<POS>
<Source>
<RequestorID ID="TEST" ID_Context="AxisData" Type="22" Instance="PriceBreakdown"/>
</Source>
<Source>
<RequestorID Type="88" ID="TEST" MessagePassword="testpass"/>
</Source>
</POS>
<BookingInfo>
<BasicInfo TourActivityID="XESPMI5L4U" SupplierProductCode="SS0HDBT0" SupplierServiceCode="TRF"/>
<ParticipantInfo>
<Category QualifierInfo="10"/>
<Individual Age="36" ParticipantID="1">
<GivenName>Bender</GivenName>
<NamePrefix>Mr</NamePrefix>
<Surname>Bending</Surname>
</Individual>
</ParticipantInfo>
<ParticipantInfo>
<Category QualifierInfo="10"/>
<Individual Age="32" ParticipantID="2">
<GivenName>Angeline</GivenName>
<NamePrefix>Ms</NamePrefix>
<Surname>Bending</Surname>
</Individual>
</ParticipantInfo>
<Schedule Start="2029-07-20T09:30:00" End="2029-07-20T17:30:00"/>
<PickupDropoff DateTime="2029-07-20T09:00:00" LocationName="AESPMI5L46" PickupInd="true"/>
</BookingInfo>
<TPA_Extensions>
<UniqueID Type="36" ID="test_xxx" ID_Context="Client"/>
<UniqueID Type="37" ID="test_xxx_ex1" ID_Context="Client"/>
</TPA_Extensions>
</OTA_TourActivityBookRQ>'"<string>"The body is of type string<xml>.
Success
The response is of type string.