POST ITH/bill_approval

Documentation for 'bill_approval'.

Request Information

Parameters

NameDescriptionAdditional information
Bill
Documentation for 'Bill'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "event_time": "sample string 1",
  "event_name": "sample string 2",
  "trn": "sample string 3",
  "booking_ref_number": "sample string 4",
  "action_by": "sample string 5",
  "bill_approval_status": "sample string 6",
  "bill_approval_remarks": "sample string 7",
  "is_suspected": "sample string 8",
  "suspension_remarks": "sample string 9"
}

application/xml, text/xml

Sample:
<BillApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_16_05_2018.Models">
  <action_by>sample string 5</action_by>
  <bill_approval_remarks>sample string 7</bill_approval_remarks>
  <bill_approval_status>sample string 6</bill_approval_status>
  <booking_ref_number>sample string 4</booking_ref_number>
  <event_name>sample string 2</event_name>
  <event_time>sample string 1</event_time>
  <is_suspected>sample string 8</is_suspected>
  <suspension_remarks>sample string 9</suspension_remarks>
  <trn>sample string 3</trn>
</BillApproval>

application/x-www-form-urlencoded

Sample:

Sample not available.