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": "6fe14436-7d81-4057-995f-50e3b837f880", "Name": "sample string 1", "CompanyId": "1e0e627b-6a63-472a-8575-f15616f55195" }
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": "39aaf228-c119-40cf-a221-494c561acc66", "Name": "sample string 1", "CompanyId": "6b336ef9-fefd-41a6-9201-6c7615a7e465" }, "Total": 1, "Message": "sample string 1" }