POST ITS/OnlineAgent/QRBookingLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "QRBA_RequestURL": "sample string 1",
  "QRBA_RequestJSON": "sample string 2",
  "QRBA_ResponseJSON": "sample string 3",
  "QRBA_OrderID": "sample string 4",
  "QRBA_Status": 5,
  "QRBA_AgentID": 6,
  "CM_CompanyID": 7,
  "Amount": 8.1,
  "QRBA_BookingJSON": "sample string 9",
  "QRBA_SourceBy": "sample string 10",
  "QRBA_MobileNo": "sample string 11",
  "QRBA_AutoScheduleStatus": 12,
  "AM_AgentID": 13,
  "ISMainAgent": 14,
  "QRBA_SubAgentID": 15,
  "AgentServiceChargeType": 16.1,
  "QRBA_BM_BranchID": 17,
  "QRBA_BUM_BranchUserID": 18,
  "CM_CityID": 19
}

application/xml, text/xml

Sample:
<PROP_QRBookingLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models">
  <AM_AgentID>13</AM_AgentID>
  <AgentServiceChargeType>16.1</AgentServiceChargeType>
  <Amount>8.1</Amount>
  <CM_CityID>19</CM_CityID>
  <CM_CompanyID>7</CM_CompanyID>
  <ISMainAgent>14</ISMainAgent>
  <QRBA_AgentID>6</QRBA_AgentID>
  <QRBA_AutoScheduleStatus>12</QRBA_AutoScheduleStatus>
  <QRBA_BM_BranchID>17</QRBA_BM_BranchID>
  <QRBA_BUM_BranchUserID>18</QRBA_BUM_BranchUserID>
  <QRBA_BookingJSON>sample string 9</QRBA_BookingJSON>
  <QRBA_MobileNo>sample string 11</QRBA_MobileNo>
  <QRBA_OrderID>sample string 4</QRBA_OrderID>
  <QRBA_RequestJSON>sample string 2</QRBA_RequestJSON>
  <QRBA_RequestURL>sample string 1</QRBA_RequestURL>
  <QRBA_ResponseJSON>sample string 3</QRBA_ResponseJSON>
  <QRBA_SourceBy>sample string 10</QRBA_SourceBy>
  <QRBA_Status>5</QRBA_Status>
  <QRBA_SubAgentID>15</QRBA_SubAgentID>
</PROP_QRBookingLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "status": 1,
  "message": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<PROP_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models">
  <data />
  <message>sample string 2</message>
  <status>1</status>
</PROP_Response>