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": "3fc860a8-6b6b-4eb1-b6b6-fb001b987dc0", "Name": "sample string 1", "CompanyId": "3febeb4f-0c27-4564-8fa8-9c7c8d86252d" }
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": "b59069a8-03f4-47f1-949a-82c1c896b586", "Name": "sample string 1", "CompanyId": "8232933e-79d2-4634-a63e-2953b7408fd3" }, "Total": 1, "Message": "sample string 1" }