Advertisement
0___0

Untitled

Aug 29th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.67 KB | None | 0 0
  1. {
  2.     "data": {
  3.         "metadata": {
  4.             "customer_session_id": "{{customerSession}}",
  5.             "customer_ipaddress": "{{customerIP}}",
  6.             "customer_user_agent": "{{customerUA}}",
  7.             "locale": "{{locale}}",
  8.             "currency_code": "{{currencyCode}}",
  9.             "client_interface": "{{clientInterface}}"
  10.         },
  11.         "search_id": "{{searchId}}",
  12.         "affiliate_confirmation_ids": "{{affiliateConfirmationId}}",
  13.         "property_id": "{{propertyId}}",
  14.         "check_in": "{{checkIn}}",
  15.         "check_out": "{{checkOut}}",
  16.         "rate_types": [
  17.             "PAY_NOW"
  18.         ],
  19.         "rooms": [
  20.             {
  21.                 "room_id": "{{roomId}}",
  22.                 "num_of_adult": 1,
  23.                 "guests": [
  24.                     {
  25.                         "title": "MR",
  26.                         "first_name": "first",
  27.                         "last_name": "last"
  28.                     }
  29.                 ]
  30.             }
  31.         ],
  32.         "expected_total_chargeable_rates": {
  33.             "currency_code": "IDR",
  34.             "amount": 1,
  35.             "amounts": 0
  36.         },
  37.         "user_contact": {
  38.             "phones": [
  39.                 "623434333"
  40.             ],
  41.             "email": "aa@tests.com",
  42.             "title": "MR",
  43.             "first_name": "firstcontact",
  44.             "last_name": "lastcontact"
  45.         },
  46.         "affiliate_contact": {
  47.             "affiliate_phone_number": [
  48.                 "623434333"
  49.             ],
  50.             "affiliate_email": "aa@bb.com"
  51.         },
  52.         "user_payment_method": "CREDIT_CARD",
  53.         "special_request": "no special request",
  54.         "login_id": "user@traveloka.com",
  55.         "login_type": "EMAIL"
  56.     }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement