DELETE TaskStatusTypeTaskType
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
Id of the task status type
TaskStatusTypeTaskTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeTaskTypeId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
TaskStatusTypeId | globally unique identifier |
None. |
|
TaskStatusTypeName | string |
None. |
|
SourceSystemId | string |
None. |
|
TaskTypeId | globally unique identifier |
None. |
|
TaskTypeName | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeTaskTypeId": "4c8d67c5-d73b-42be-a08c-8813bd6eeb27", "CompanyId": "5ce55f21-18ce-4bac-8639-9c523dbcbd2b", "TaskStatusTypeId": "4e8f7360-bbc8-4d63-a953-5f177c9f3704", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "36cd3c6c-b5b3-45a5-a710-3c8ed31db1e4", "TaskTypeName": "sample string 4", "Description": "sample string 5" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusTypeTaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeTaskTypeId": "6bcaa521-82cb-4440-b1e5-ec406c81b347", "CompanyId": "21bc1b24-6636-47d0-a306-c304af65c492", "TaskStatusTypeId": "5d1dfca4-553a-454f-be8f-20ccfb0e03ac", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "d1d7e068-e6d6-4679-ab62-2cc1f1e9facc", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }