POST api/AssignAgent
Request Information
URI Parameters
None.
Body Parameters
clsAssignAgent| Name | Description | Type | Additional information |
|---|---|---|---|
| appointmentIds | string |
None. |
|
| intNewAgentId | integer |
None. |
|
| intAssignedById | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"appointmentIds": "sample string 1",
"intNewAgentId": 2,
"intAssignedById": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.