POST api/Master_Lab/Master_Lab_user

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Objmasterlabuser
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "labtranid": 1,
    "master_service_id": "sample string 2",
    "service_code": "sample string 3",
    "Dml_Indicator": "sample string 4",
    "service_name": "sample string 5",
    "created_by": "sample string 6"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.