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": "cc6a49d4-9cef-4ac7-8009-9f33f3adbd13", "Name": "sample string 1", "CompanyId": "f11880ff-8248-4e05-bcbd-06486a773a4a" }
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": "1712fee9-ccf7-4237-8ab3-27a811f994ab", "Name": "sample string 1", "CompanyId": "584c23f9-2cf6-4df2-9456-9d26f69b6b08" }, "Total": 1, "Message": "sample string 1" }