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": "5b5441ed-a7e3-4833-90e3-437be914399f", "Name": "sample string 1", "CompanyId": "267e8f89-0c67-4507-bbf3-3d35393b5701" }
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": "88323316-fdd6-4a58-9109-e551e20ea083", "Name": "sample string 1", "CompanyId": "b987a96a-a464-43f1-8743-1994a2e1dff3" }, "Total": 1, "Message": "sample string 1" }