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": "a51d7cab-3f1f-4c77-98fe-32fe119f8672", "Name": "sample string 1", "CompanyId": "5d04e196-80be-4e91-9914-b70ada78db49" }
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": "f520cb13-ea6e-48c6-9751-91d4911adb0e", "Name": "sample string 1", "CompanyId": "3f5e44a1-08ee-4818-ab1c-8f7b2fac7a9d" }, "Total": 1, "Message": "sample string 1" }