PUT TaskStatusTypes
Updates a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
TaskStatusType that will be updated with given info.
TaskStatusTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeId | globally unique identifier |
None. |
|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeId": "c5001edb-e2fc-4da3-8d49-d9da9a12f4b0", "Name": "sample string 1", "CompanyId": "2d66e754-e605-459e-851c-4542a1d31561" }
Response Information
Resource Description
On success, the updated task status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeId": "871d12db-b452-496c-9e08-b96e1dbd4b09", "Name": "sample string 1", "CompanyId": "f1c4a2e8-5d2b-49d0-82e1-23a2eeb267b8" }, "Total": 1, "Message": "sample string 1" }