POST TaskStatusTypeTaskType
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
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": "1b1c7cc5-4ee2-4cc5-ad0e-a91b525cc0ee", "CompanyId": "a6b732fe-bc5b-4caf-9808-13dd53f66484", "TaskStatusTypeId": "e7a4d949-78ce-40c0-93cc-d2c8781e94aa", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "7e652c45-c0c9-4c0b-9217-743ba05b2948", "TaskTypeName": "sample string 4", "Description": "sample string 5" }
Response Information
Resource Description
On success, the created task status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusTypeTaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeTaskTypeId": "032faba3-fd8c-489b-bd90-991bcccdd0fd", "CompanyId": "1e446d4b-8375-47d4-b3d4-2331d6cb4a04", "TaskStatusTypeId": "32a1e1f5-c073-49be-aa71-cf8b866c4d9d", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "6fffc987-25dd-4044-812f-c87ba4fb709a", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }