PUT api/todo/assignleadsforspecifiednegs
Assign InboundLead Todos to all the specified Negs using round-robin assignement.
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.ToDo.Command.AssignPropertyLeadsCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
ToDoId | integer |
None. |
|
TaskIds | Collection of integer |
None. |
|
NegotiatorsIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "ToDoId": 1, "TaskIds": [ 1, 2 ], "NegotiatorsIds": [ 1, 2 ] }
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |