POST api/Iocl/Insert_Iocl

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IOCL_ID": 1,
  "IOCL_CARDID": "sample string 2",
  "IOCL_STATUS": "sample string 3",
  "CATEGID": 4,
  "Route": "sample string 5",
  "LRID": 6
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true