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": "973089f4-b8ad-4c05-af5a-09ce79d7b532", "Name": "sample string 1", "CompanyId": "5264917e-73b0-4fc8-b91f-3a93b50508ec" }
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": "49b52353-3878-46c5-9b85-1e92e8bf9d60", "Name": "sample string 1", "CompanyId": "f35c1428-4ae6-4587-a0a2-052d28b598bb" }, "Total": 1, "Message": "sample string 1" }