POST api/StationeryIssue/Set_stationaryType

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:
{
  "ID": 1,
  "NAME": "sample string 2",
  "STATUS": 1,
  "Operation": "sample string 3",
  "CREATEDBY": 1,
  "MODIFIEDBY": 1,
  "CATEGORY_ID": 4
}

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true