DELETE TaskStatusTypeTaskType
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
Id of the task status type
TaskStatusTypeTaskType| Name | 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": "8da89429-35b0-4089-b223-28aafd241f55",
"CompanyId": "af3ee08e-1ab0-4cee-af6f-954e27e69898",
"TaskStatusTypeId": "f83e54ad-dc14-466d-bd86-516c6ed66d1b",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "e237ce7e-baf9-431e-a23f-ff572f0d0894",
"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": "6320e5b1-8b40-4227-a5a0-c3cdd82b1fdf",
"CompanyId": "bdaf611d-0ee6-42a5-a8b1-7a26f79d8bab",
"TaskStatusTypeId": "6a2c2f42-38c3-4cb2-ab26-1d7348f9d935",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "2fea20aa-b00b-4969-aac4-fa4eaae6841d",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}