POST api/POSTransaction/InitiatePOSPayment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objRequest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_id": "sample string 1",
  "visit_report_id": 2,
  "billing_code": "sample string 3",
  "receipt_id": 1,
  "payment_mode": "sample string 4",
  "payment_amount": 5.0,
  "machine_id": 1,
  "machine_name": "sample string 6",
  "terminal_id": "sample string 7",
  "created_by": 8,
  "hospital_id": "sample string 9",
  "branch_id": 10,
  "action_id": "sample string 11",
  "tid": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsPOSPaymentRequest'.