PUT api/DocumentSchemes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DocumentScheme
NameDescriptionTypeAdditional information
Id

integer

None.

DocumentId

integer

None.

SchemeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DocumentId": 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 'DocumentScheme'.

Response Information

Resource Description

None.