POST api/EDCMachine/EDCMachine_Insert

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsmachine
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "branch_id": 2,
  "machine_name": "sample string 3",
  "TID": "sample string 4",
  "MID": "sample string 5",
  "Location": "sample string 6",
  "serial_no": "sample string 7",
  "hospital_id": "sample string 8",
  "created_by": 9,
  "Id": 10,
  "is_pos": 11
}

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