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": "df03c3be-4f41-4ed0-9b05-2d6780e62a6d", "Name": "sample string 1", "CompanyId": "3bea0292-d424-44f3-91a0-7c2a7ebacc09" }
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": "816e0847-4c01-4c39-9b39-326e374df8e7", "Name": "sample string 1", "CompanyId": "426ea62e-1128-4d54-a17c-38c39b284147" }, "Total": 1, "Message": "sample string 1" }