The final stage of making a transfer booking is the basket book request. The basket book request will contain the transfer book request.
The structure of this XML will be the standard Basket Book Request call, which will include a Transfer Book Request.
The structure of the Basket Book Request is available here.
The XML structure of the TransferBookRequest is as follows
 Response
XML Structure
The structure of this XML will be the standard Basket Book Response, with a TransferBookResponse in the TransferBookings node.
The structure of the Basket Book Response is available here.
The XML structure of the TransferBookResponse is as follows
Request
<BasketBookRequest>
<LoginDetails>
<Login>TestLogin</Login>
<Password>TestPassword</Password>
</LoginDetails>
<TransferBookRequest></TransferBookRequest>
</BasketBookRequest>
Response
<BasketBookResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions/>
</ReturnStatus>
<TransferBookings></TransferBookings>
</BasketBookResponse>