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": "d770937b-0d22-408a-9296-aefde637f947", "Name": "sample string 1", "CompanyId": "5067bcd1-6ca1-43ca-adb3-7b8d94602399" }
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": "75ed5445-33bf-4e5d-bded-e606c71aa074", "Name": "sample string 1", "CompanyId": "0edc942b-3fc6-4eb7-92c5-c61d2774c8df" }, "Total": 1, "Message": "sample string 1" }