PUT api/Clients/SetEmployeesToAgent/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ClientIds": [
"2c38dc82-3f25-48b5-a30a-9bb18991855a",
"2eb62b90-c9de-49a8-bf51-f4eaaf2faf94",
"5984c7b7-197a-4dcd-ad47-c00f7d468c89"
]
}
text/xml
Sample:
<EmployeesIds xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common">
<ClientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2c38dc82-3f25-48b5-a30a-9bb18991855a</d2p1:guid>
<d2p1:guid>2eb62b90-c9de-49a8-bf51-f4eaaf2faf94</d2p1:guid>
<d2p1:guid>5984c7b7-197a-4dcd-ad47-c00f7d468c89</d2p1:guid>
</ClientIds>
</EmployeesIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>