POST api/OrganizationDeviceMapping/insert_update_deleteOrganizationDeviceMapping

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objclsOrganizationDeviceMapping
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,
  "Orgid": 3,
  "Branchid": 4,
  "Deviceid": 5,
  "Status": 6,
  "Created_by": 7,
  "Created_on": "sample string 8",
  "Updated_by": 9,
  "Updated_on": "sample string 10",
  "DeviceModelId": "sample string 11",
  "hospital_id": "sample string 12"
}

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