POST api/Hospitalsetup/HospitalPaymentDetails_Ins

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsHospitalPaymentDetails
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",
    "hospital_id": "sample string 2",
    "created_by": 3,
    "paymentid": 4,
    "payment_name": "sample string 5",
    "test_live_Key": 6,
    "keys": "sample string 7",
    "key_value": "sample string 8",
    "branch_id": "sample string 9"
  },
  {
    "$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'.