Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "form": {
  3. "passengers": [
  4. {
  5. "document": {
  6. "type": null,
  7. "number": null
  8. },
  9. "type": "ADULT",
  10. "first_name": "Test",
  11. "nationality": null,
  12. "birthdate": "1980-08-11T00:00:00Z",
  13. "gender": "MALE",
  14. "last_name": "Booking"
  15. }
  16. ],
  17. "contact": {
  18. "phones": [
  19. {
  20. "type": "CELULAR",
  21. "area_code": "11",
  22. "number": "34567890",
  23. "country_code": "55"
  24. }
  25. ],
  26. "email": "paquetesqa@despegar.com"
  27. },
  28. "primary_payment": {
  29. "card": {
  30. "owner_gender": null,
  31. "security_code": "123",
  32. "expiration": "2020-12",
  33. "bank": null,
  34. "owner_name": "Test Booking",
  35. "owner_document": {
  36. "type": "LOCAL",
  37. "number": "15987895790"
  38. },
  39. "number": "4242424242424242"
  40. },
  41. "installment": {
  42. "card_type": "CREDIT",
  43. "card_code": "VI",
  44. "bank_code": null,
  45. "quantity": 1
  46. }
  47. }
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement