Advertisement
killuaz93

Get Cabin Grade Breakdown Request & Response

Dec 13th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.54 KB | None | 0 0
  1. {
  2.   "@attributes": {
  3.     "method": "getcabingradebreakdown",
  4.     "sessionkey": "F6D1AC93-3DE2n4360-9F72-C6FAAFF5359A",
  5.     "success": "Y"
  6.   },
  7.   "errors": [
  8.     "\n  "
  9.   ],
  10.   "request": {
  11.     "auth": {
  12.       "@attributes": {
  13.         "password": "iv34an65",
  14.         "username": "rciapi"
  15.       }
  16.     },
  17.     "method": {
  18.       "@attributes": {
  19.         "action": "getcabingradebreakdown",
  20.         "gradeno": "201:0",
  21.         "resultno": "302_107.0",
  22.         "sessionkey": "F6D1AC93-3DE2n4360-9F72-C6FAAFF5359A"
  23.       }
  24.     }
  25.   },
  26.   "results": {
  27.     "passenger": [
  28.       {
  29.         "@attributes": {
  30.           "paxno": "2"
  31.         },
  32.         "bitem": [
  33.           {
  34.             "@attributes": {
  35.               "category": "fare",
  36.               "currency": "IDR",
  37.               "description": "Cruise Fare",
  38.               "price": "13667068.33",
  39.               "scurrency": "SGD",
  40.               "sprice": "879.00"
  41.             }
  42.           },
  43.           {
  44.             "@attributes": {
  45.               "category": "discount",
  46.               "currency": "IDR",
  47.               "description": "Discount",
  48.               "price": "-3509600.00",
  49.               "scurrency": "SGD",
  50.               "sprice": "-328"
  51.             }
  52.           },
  53.           {
  54.             "@attributes": {
  55.               "category": "tax",
  56.               "currency": "IDR",
  57.               "description": "Miscellaneous Taxes & Charges",
  58.               "price": "2740377.00",
  59.               "scurrency": "SGD",
  60.               "sprice": "256.11"
  61.             }
  62.           },
  63.           {
  64.             "@attributes": {
  65.               "category": "grats",
  66.               "currency": "IDR",
  67.               "description": "Pre-Paid Gratuities",
  68.               "optional": "grats",
  69.               "price": "630765.00",
  70.               "scurrency": "SGD",
  71.               "sprice": "58.95"
  72.             }
  73.           }
  74.         ]
  75.       },
  76.       {
  77.         "@attributes": {
  78.           "paxno": "1"
  79.         },
  80.         "bitem": [
  81.           {
  82.             "@attributes": {
  83.               "category": "fare",
  84.               "currency": "IDR",
  85.               "description": "Cruise Fare",
  86.               "price": "13667068.33",
  87.               "scurrency": "SGD",
  88.               "sprice": "879.00"
  89.             }
  90.           },
  91.           {
  92.             "@attributes": {
  93.               "category": "discount",
  94.               "currency": "IDR",
  95.               "description": "Discount",
  96.               "price": "-3509600.00",
  97.               "scurrency": "SGD",
  98.               "sprice": "-328"
  99.             }
  100.           },
  101.           {
  102.             "@attributes": {
  103.               "category": "tax",
  104.               "currency": "IDR",
  105.               "description": "Miscellaneous Taxes & Charges",
  106.               "price": "2740377.00",
  107.               "scurrency": "SGD",
  108.               "sprice": "256.11"
  109.             }
  110.           },
  111.           {
  112.             "@attributes": {
  113.               "category": "grats",
  114.               "currency": "IDR",
  115.               "description": "Pre-Paid Gratuities",
  116.               "optional": "grats",
  117.               "price": "630765.00",
  118.               "scurrency": "SGD",
  119.               "sprice": "58.95"
  120.             }
  121.           }
  122.         ]
  123.       },
  124.       {
  125.         "@attributes": {
  126.           "paxno": "3"
  127.         },
  128.         "bitem": [
  129.           {
  130.             "@attributes": {
  131.               "category": "fare",
  132.               "currency": "IDR",
  133.               "description": "Cruise Fare",
  134.               "price": "6284068.33",
  135.               "scurrency": "SGD",
  136.               "sprice": "189.00"
  137.             }
  138.           },
  139.           {
  140.             "@attributes": {
  141.               "category": "discount",
  142.               "currency": "IDR",
  143.               "description": "Discount",
  144.               "price": "-1027200.00",
  145.               "scurrency": "SGD",
  146.               "sprice": "-96"
  147.             }
  148.           },
  149.           {
  150.             "@attributes": {
  151.               "category": "tax",
  152.               "currency": "IDR",
  153.               "description": "Miscellaneous Taxes & Charges",
  154.               "price": "2740377.00",
  155.               "scurrency": "SGD",
  156.               "sprice": "256.11"
  157.             }
  158.           },
  159.           {
  160.             "@attributes": {
  161.               "category": "grats",
  162.               "currency": "IDR",
  163.               "description": "Pre-Paid Gratuities",
  164.               "optional": "grats",
  165.               "price": "630765.00",
  166.               "scurrency": "SGD",
  167.               "sprice": "58.95"
  168.             }
  169.           }
  170.         ]
  171.       }
  172.     ]
  173.   },
  174.   "response_code": 1
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement