Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. curl -X POST \
  2. https://h21.svyaznoy.travel/m_api/v6/crosssalemail \
  3. -H 'Content-Type: application/json' \
  4. -H 'Postman-Token: 3fe24992-8b4d-4726-9006-da49aeaebb6a' \
  5. -H 'cache-control: no-cache' \
  6. -H 'muid: 0494c2aa-5dde-4498-8afd-f0206b891704' \
  7. -d '{
  8. "customerEmail": "sergei4879@gmail.com",
  9. "customerPhone": "+79773364256",
  10. "pnr": "568М79/1H",
  11. "segments": [
  12. {
  13. "flightSegmentDirection": "0",
  14. "flightSegmentFlightNumber": "UT-267",
  15. "flightSegmentDepartureDate": "25-01-2020",
  16. "flightSegmentDepartureTime": "17:35",
  17. "flightSegmentArrivalTime": "19:55",
  18. "flightSegmentArrivalDate": "25-01-2020",
  19. "flightSegmentDepartureAirport": "VKO",
  20. "flightSegmentArrivalAirport": "AER"
  21. }
  22. ],
  23. "peoples": [
  24. {
  25. "insuredBirthDate": "21.09.1982",
  26. "insuredSex": "MALE",
  27. "insuredFirstName": "VLADIMIR",
  28. "insuredLastName": "GUREEV"
  29. }
  30. ]
  31. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement