PUT api/DocumentCategorySchemes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
DocumentCategoryScheme| Name | Description | Type | Additional 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:
Response Information
Resource Description
None.