PUT api/DocumentCategorySchemes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DocumentCategoryScheme
NameDescriptionTypeAdditional information
Id

integer

None.

DocumentCategoryId

integer

None.

SchemeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DocumentCategoryId": 2,
  "SchemeId": 3
}

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

Response Information

Resource Description

None.