POST api/DeviceModelMaster/insert_update_deleteDeviceModelMaster
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objclsDeviceModelMaster | 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,
"Devicemodelname": "sample string 3",
"Remarks": "sample string 4",
"Status": 5,
"Created_by": 6,
"Created_on": "sample string 7",
"Updated_by": 8,
"Updated_on": "sample string 9"
}
application/x-www-form-urlencoded
Sample: