POST api/Tally/Tally_sel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsTally
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "hospital_id": "sample string 2",
  "created_by": "sample string 3",
  "branch_id": "sample string 4",
  "type": "sample string 5",
  "from_date": "sample string 6",
  "to_date": "sample string 7",
  "location": "sample string 8",
  "visit_type": "sample string 9",
  "company_name": "sample string 10",
  "voucher_typeid": "sample string 11",
  "visit_typeid": "sample string 12",
  "company_id": "sample string 13",
  "tally_date": "sample string 14",
  "RefNo": "sample string 15"
}

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