POST api/Pharmacy_payment_response/payment_response

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsPharmacy_payment_response
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "indicator": "sample string 1",
  "medicine_order_id": "sample string 2",
  "payment_id": "sample string 3",
  "tracking_id": "sample string 4",
  "bank_ref_no": "sample string 5",
  "order_status": "sample string 6",
  "failure_message": "sample string 7",
  "payment_mode": "sample string 8",
  "card_name": "sample string 9",
  "status_code": "sample string 10",
  "status_message": "sample string 11",
  "currency": "sample string 12",
  "amount": "sample string 13"
}

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 'ClsPharmacy_payment_response'.