POST ITS/OnlineAgent/PhoneToConfirm

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:
{
  "JM_PNRNO": 1,
  "AM_AgentID": 2,
  "CM_CompanyID": 3,
  "ARM_ID": 4,
  "JM_B2C_OrderNo": "sample string 5",
  "JM_IsQRCode": 6,
  "JM_IsValidationForQRCodeBooking": 7,
  "JM_TDRCharge": 8.1,
  "JM_PGType": 9,
  "ABI_NeteRate": 10,
  "JM_PayableAmount": 11.1,
  "JM_ServiceTax": 12.1,
  "JM_RoundUP": 13.1,
  "VerifyCall": "sample string 14"
}

application/xml, text/xml

Sample:
<PROP_PhoneToConfirm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models">
  <VerifyCall>sample string 14</VerifyCall>
  <ABI_NeteRate>10</ABI_NeteRate>
  <AM_AgentID>2</AM_AgentID>
  <ARM_ID>4</ARM_ID>
  <CM_CompanyID>3</CM_CompanyID>
  <JM_B2C_OrderNo>sample string 5</JM_B2C_OrderNo>
  <JM_IsQRCode>6</JM_IsQRCode>
  <JM_IsValidationForQRCodeBooking>7</JM_IsValidationForQRCodeBooking>
  <JM_PGType>9</JM_PGType>
  <JM_PNRNO>1</JM_PNRNO>
  <JM_PayableAmount>11.1</JM_PayableAmount>
  <JM_RoundUP>13.1</JM_RoundUP>
  <JM_ServiceTax>12.1</JM_ServiceTax>
  <JM_TDRCharge>8.1</JM_TDRCharge>
</PROP_PhoneToConfirm>

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>