POST api/role/{id}/setdocumentplaceholder
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SetPlaceholderDocumentDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PlaceholderType | EnumDataContract |
None. |
|
| PlaceholderSourceType | EnumDataContract |
None. |
|
| GroupId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"PlaceholderType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PlaceholderSourceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"GroupId": 1,
"Id": 1
}
Response Information
Resource Description
DocumentPlaceholderDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| DocumentPlaceholderType | EnumDataContract |
None. |
|
| DocumentPlaceholderSourceType | EnumDataContract |
None. |
|
| Document | DocumentDataContract |
None. |
|
| DocumentType | EnumDataContract |
None. |
|
| DocumentSubType | EnumDataContract |
None. |
|
| GroupId | integer |
None. |
|
| LastUpdated | date |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | CreatedByDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.