После создания бронирования (отправки запроса BookFlight и получения ответа на него) вам необходимо отправить в Nemo.travel специальный запрос GetOrder для создания заказа в Бэк-офисе. В ответе на данный запрос Nemo.travel передаст вам:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ver="***">
<soapenv:Header/>
<soapenv:Body>
<ver:GetOrder>
<Request>
<RequestBody>
<OrderID>500243</OrderID
<CallbackUrl>http://callbackurl.ru</CallbackUrl>
<PaymentBackRedirectUrl>http://test.ru</PaymentBackRedirectUrl>
</RequestBody>
<Requisites>
<AuthToken>YOUR_TOKKEN</AuthToken>
</Requisites>
<UserID>YOUR_USER_ID</UserID>
</Request>
</ver:GetOrder>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="***" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:GetOrderResponse>
<ResponseBin>
<OrderID>500243</OrderID>
<Services>
<Service>
<ServicePack>
<Packages>
<Package>
<Items>
<Item>
<ID>167</ID>
<Price Currency="RUB">400</Price>
<Name>Первая услуга "Тестового сервисного пакета 1"</Name>
<ShortDescription>Краткое описание первой услуги "Тестового сервисного пакета 1"</ShortDescription>
<FullDescription><p>Полное описание первой услуги "Тестового сервисного пакета 1"</p></FullDescription>
</Item>
<Item>
<ID>168</ID>
<Price Currency="RUB">0</Price>
<Name>Вторая услуга "Тестового сервисного пакета 1"</Name>
<ShortDescription>Краткое описание второй услуги "Тестового сервисного пакета 1"</ShortDescription>
<FullDescription><p>Полное описание второй услуги "Тестового сервисного пакета 1"</p></FullDescription>
</Item>
</Items>
<ID>120</ID>
<Price Currency="RUB">0</Price>
<Name>Тестовый сервисный пакет 1</Name>
<ShortDescription>Краткое описание тестового сервисного пакета 1</ShortDescription>
<FullDescription><p>Полное описание тестового сервисного пакета 1</p></FullDescription>
</Package>
<Package>
<Items>
<Item>
<ID>169</ID>
<Price Currency="RUB">0</Price>
<Name>Первая услуга "Тестового сервисного пакета 2"</Name>
<ShortDescription>Краткое описание первой услуги "Тестового сервисного пакета 2"</ShortDescription>
<FullDescription><p>Полное описание первой услуги "Тестового сервисного пакета 2"</p></FullDescription>
</Item>
<Item>
<ID>170</ID>
<Price Currency="RUB">0</Price>
<Name>Вторая услуга "Тестового сервисного пакета 2"</Name>
<ShortDescription>Краткое описание второй услуги "Тестового сервисного пакета 2"</ShortDescription>
<FullDescription><p>Полное описание второй услуги "Тестового сервисного пакета 2"</p></FullDescription>
</Item>
</Items>
<ID>121</ID>
<Price Currency="RUB">1000</Price>
<Name>Тестовый сервисный пакет 2</Name>
<ShortDescription>Краткое описание тестового сервисного пакета 2</ShortDescription>
<FullDescription><p>Полное описание тестового сервисного пакета 2</p></FullDescription>
</Package>
<Package>
<Items>
<Item>
<ID>171</ID>
<Price Currency="RUB">0</Price>
<Name>Первая услуга "Тестового сервисного пакета 3"</Name>
<ShortDescription>Краткое описание первой услуги "Тестового сервисного пакета 3"</ShortDescription>
<FullDescription><p>Полное описание первой услуги "Тестового сервисного пакета 3"</p></FullDescription>
</Item>
<Item>
<ID>172</ID>
<Price Currency="RUB">150</Price>
<Name>Вторая услуга "Тестового сервисного пакета 3"</Name>
<ShortDescription>Краткое описание второй услуги "Тестового сервисного пакета 3"</ShortDescription>
<FullDescription><p>Полное описание второй услуги "Тестового сервисного пакета 3"</p></FullDescription>
</Item>
</Items>
<ID>122</ID>
<Price Currency="RUB">930</Price>
<Name>Тестовый сервисный пакет 3 (проценты)</Name>
<ShortDescription>Краткое описание тестового сервисного пакета 3</ShortDescription>
<FullDescription><p>Полное описание тестового сервисного пакета 3</p></FullDescription>
</Package>
</Packages>
<IsEditable>true</IsEditable>
<SelectedPackageId>120</SelectedPackageId>
</ServicePack>
</Service>
<Service>
<Flight>
<FlightsBookingID>90398</FlightsBookingID>
</Flight>
</Service>
</Services>
<PriceBreakdown Type="Order">
<Price Currency="RUB">4780</Price>
<Parts>
<Part Type="Service">
<Price Currency="RUB">4647</Price>
<Parts>
<Part Type="Flight">
<Price Currency="RUB">4647</Price>
<Parts/>
</Part>
<Part Type="Upsale">
<Price Currency="RUB">0</Price>
<Parts/>
</Part>
</Parts>
</Part>
<Part Type="Charge">
<Price Currency="RUB">133</Price>
<Parts>
<Part Type="AgencyCharge">
<Price Currency="RUB">133</Price>
<Parts/>
</Part>
<Part Type="PaymentCharge">
<Price Currency="RUB">0</Price>
<Parts/>
</Part>
</Parts>
</Part>
</Parts>
</PriceBreakdown>
<OrderStatus>Booked</OrderStatus>
<PaymentStatus>NotPaid</PaymentStatus>
<PaymentTransactions>
<Transaction>
<Id>117916756</Id>
<ClientTransactionId/>
<Status>Cancelled</Status>
<GatewayName>Оплата банковской картой</GatewayName>
<MoneyPaid Currency="RUB">0</MoneyPaid>
<PaymentDateTime/>
<CreateDateTime>2018-06-08T19:08:23</CreateDateTime>
<Description/>
<PaymentMethodId>2308</PaymentMethodId>
</Transaction>
<Transaction>
<Id>117916755</Id>
<ClientTransactionId/>
<Status>New</Status>
<GatewayName>Оплата банковской картой 2</GatewayName>
<MoneyPaid Currency="RUB">0</MoneyPaid>
<PaymentDateTime/>
<CreateDateTime>2018-06-08T19:08:23</CreateDateTime>
<Description/>
<PaymentMethodId>2340</PaymentMethodId>
</Transaction>
</PaymentTransactions>
</ResponseBin>
</ns1:GetOrderResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sirena.mlsd.ru/nemoflights/?version%3D2.0%26for%3DOrders">
<SOAP-ENV:Body>
<ns1:GetOrderResponse>
<ResponseBin>
<OrderID>476763</OrderID>
<Services>
<Service>
<Train>
<TrainsBookingID>158114</TrainsBookingID>
</Train>
</Service>
</Services>
<PriceBreakdown Type="Order">
<Price Currency="RUB">859.9</Price>
<Parts>
<Part Type="Service">
<Price Currency="RUB">859.9</Price>
<Parts>
<Part Type="Train">
<Price Currency="RUB">859.9</Price>
<Parts/>
</Part>
<Part Type="Upsale">
<Price Currency="RUB">0</Price>
<Parts/>
</Part>
</Parts>
</Part>
<Part Type="Charge">
<Price Currency="RUB">0</Price>
<Parts>
<Part Type="AgencyCharge">
<Price Currency="RUB">0</Price>
<Parts/>
</Part>
<Part Type="PaymentCharge">
<Price Currency="RUB">0</Price>
<Parts/>
</Part>
</Parts>
</Part>
</Parts>
</PriceBreakdown>
<OrderStatus>Booked</OrderStatus>
<PaymentStatus>NotPaid</PaymentStatus>
<PaymentTransactions/>
</ResponseBin>
</ns1:GetOrderResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>