PUT api/roller/{id}/personer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
RollPersonsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RollId | globally unique identifier |
None. |
|
| PersonIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"rollId": "495b12ee-9781-4d5a-8f04-54ddabb09372",
"personIds": [
"884a9f23-0686-4ddd-9979-8a4f84f53238",
"8152af9a-3807-4550-b34d-e09d1f702d56"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.