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": [
"e8a376e5-db12-4d9f-b337-a98a62d50587",
"8241b043-0995-4a31-a4a4-42826c57503a",
"0fdc700b-fffa-40cb-9378-7ee807bddfd4"
]
}
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>e8a376e5-db12-4d9f-b337-a98a62d50587</d2p1:guid>
<d2p1:guid>8241b043-0995-4a31-a4a4-42826c57503a</d2p1:guid>
<d2p1:guid>0fdc700b-fffa-40cb-9378-7ee807bddfd4</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>