POST api/Billing/Billing_Receipt_Details

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClsReceipt
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",
    "receipt_id": 2,
    "patient_id": "sample string 3",
    "hospital_id": "sample string 4",
    "visit_report_id": "sample string 5",
    "receipt_type": 6,
    "doctor_id": "sample string 7",
    "branch_id": 8,
    "user_created_by": "sample string 9",
    "total_amount": 10.0,
    "receipt_code": "sample string 11",
    "receipt_date": "sample string 12",
    "billing_code": "sample string 13",
    "payment_type": 14,
    "tds": 15.0,
    "mou": 16.0,
    "others": 17.0,
    "referrence_no": "sample string 18",
    "search_option": "sample string 19",
    "due_amount": "sample string 20",
    "condition": "sample string 21",
    "billing_no": 22,
    "bank_name": "sample string 23"
  },
  {
    "$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'.