POST api/Billing/billing_invoice

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsbilling_invoice
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "dml_indicator": "sample string 1",
    "master_receipt_id": "sample string 2",
    "receipt_code": "sample string 3",
    "receipt_date": "sample string 4",
    "billing_no": "sample string 5",
    "created_by": "sample string 6",
    "receipt_type": "sample string 7",
    "patient_id": "sample string 8",
    "patientid": "sample string 9",
    "visit_report_id": "sample string 10",
    "visit_reportid": "sample string 11",
    "total_amount": "sample string 12",
    "hospital_id": "sample string 13",
    "hospitalid": "sample string 14",
    "branch_id": "sample string 15",
    "discharge_date": "sample string 16",
    "discharge_type": "sample string 17",
    "payment_mode": 18,
    "amount": 19.0,
    "MOU_Discount": 20.0,
    "others": "sample string 21",
    "reference_no": "sample string 22",
    "sms_status_id": 23,
    "bank_name": "sample string 24"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.