POST api/DocumentSchemes
Request Information
URI Parameters
None.
Body Parameters
DocumentScheme| Name | Description | Type | Additional 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:
Response Information
Resource Description
DocumentScheme| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DocumentId | integer |
None. |
|
| SchemeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"DocumentId": 2,
"SchemeId": 3
}