POST api/TPA/TPA

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsTPA
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "tpa_id": 1,
  "Dml_Indicator": "sample string 2",
  "name": "sample string 3",
  "branch_id": 4,
  "hospital_id": "sample string 5",
  "hospitalid": 6,
  "mobile_number": "sample string 7",
  "address": "sample string 8",
  "city": 9,
  "state": 10,
  "country": 11,
  "created_by": "sample string 12",
  "created_on": "sample string 13",
  "address_line2": "sample string 14",
  "area": "sample string 15",
  "Pin_code": "sample string 16",
  "status": 17
}

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