POST api/DocumentSchemes

Request Information

URI Parameters

None.

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

DocumentScheme
NameDescriptionTypeAdditional information
Id

integer

None.

DocumentId

integer

None.

SchemeId

integer

None.

Response Formats

application/json, text/json

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