| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId |
TaskId is the one that is shown to the user as a reference, but the real Id is the TaskDetailId |
integer |
None. |
| TaskDetailId |
TaskDetailId is the main id of the task, the one that identifies it, is important to provide it inside the object when performing an update. Please remember to use TaskDetailId and not TaskId in the following routes: * GET api/tasks/{Id} * DELETE api/tasks/{Id} * PUT api/tasks/{Id} |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| SourceId |
Source Id. See the GET api/tasksources/{id} routes for the task sources. |
integer |
None. |
| CategoryId |
Category Id. See the GET api/taskcategories/{id} routes for the task categories. |
integer |
None. |
| ResponsiblePartyId |
Responsible Party Id. See the GET api/taskresponsibilityparties/{id} routes for the task responsible parties. |
integer |
None. |
| TaskTypeId |
Task Type Id. See the GET api/tasktypes/{id} routes for the task types. |
integer |
None. |
| AssignUserId |
Assign User Id. See the GET api/users/{id} route for the user data. |
integer |
None. |
| ModuleStatusId |
Status Id. See the GET api/modulestatuses/archmods route to get a list of arch mod statuses. |
integer |
None. |
| ModuleProgressCodeId |
Module Progress Code Id. See the GET api/moduleprogresscodes/{id} route to get the module progress code data. |
integer |
None. |
| AssignUtypeId |
Assign User Type Id. See the GET api/usertypes/{id} route for the user type data. |
integer |
None. |
| StartDate |
Start Date. |
date |
None. |
| DueDate |
Due Date. |
date |
None. |
| CompletionDate |
Completion Date. |
date |
None. |
| TaskName |
Task Name. |
string |
None. |
| AccountingCode |
Accounting Code. |
string |
None. |
| RequestedByContactInfo |
Requested by Contact Info. |
string |
None. |
| SourceInfo |
Source Info. |
string |
None. |