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": "02d75252-91ad-4437-b7cb-15912e6e3e0c", "CompanyId": "1f01c8f4-8d7f-4c3e-bad1-c48d1f69f86a", "TaskStatusTypeId": "041bc986-ab49-4cd2-a224-3b3431217bd2", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "41e9c00e-384f-4488-995f-e1df0296bdb9", "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": "56c42ef9-8d6b-42fb-bb72-f8f7766f9a9c", "CompanyId": "e7ffc4e8-2b01-4cbc-9d79-aba921e58f18", "TaskStatusTypeId": "ee552ef0-133e-4e68-b52f-d4e5a8204a68", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "5f626565-1191-4d23-84c2-2bb23bb7c90a", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }