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": "9ca1f8e5-68f8-4336-ba98-bd44f64c7d2f", "Name": "sample string 1", "CompanyId": "acce9dd7-7fce-41c6-9159-59bd88d08952" }
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": "7b5376bc-8d81-4f6d-88ec-b6cfd7dc1ca8", "Name": "sample string 1", "CompanyId": "ea4d5dfd-9ac2-494c-bb33-5401007ed649" }, "Total": 1, "Message": "sample string 1" }