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": "05abfbde-a492-4180-ba0d-8aea68b76478", "Name": "sample string 1", "CompanyId": "88550962-e48a-4ee9-ba56-889533656ad2" }
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": "d2c64267-5b57-4d35-8efa-384a2e6f2652", "Name": "sample string 1", "CompanyId": "1f6f5f69-ad34-4628-96ac-e34744849fb6" }, "Total": 1, "Message": "sample string 1" }