PUT api/todo/property/addtasks
Add tasks to a Property ToDo
Request Information
URI Parameters
None.
Body Parameters
AddPropertyTasksCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyMarketingRoleIds | Collection of integer |
None. |
|
| ToDoId | integer |
None. |
|
| NegotiatorsIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"PropertyMarketingRoleIds": [
1,
2
],
"ToDoId": 1,
"NegotiatorsIds": [
1,
2
]
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |