POST api/PatientMapping/App_insert_update_deletePatientMapping

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsPatientMapping
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "Id": 2,
  "PermanentPatientid": 3,
  "BranchPatientid": "sample string 4",
  "Status": 5,
  "Created_by": 6,
  "Created_on": "sample string 7",
  "Updated_by": 8,
  "Updated_on": "sample string 9",
  "Orgid": 10,
  "Branchid": 11,
  "temp_id": 12,
  "BranchOptionid": 13
}

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