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": "49b88947-d6dc-4406-b4b6-3cf9ed9622c6", "CompanyId": "bddbd838-7be6-4980-a0d5-194c4dfe1ddd", "TaskStatusTypeId": "95fb4084-da8e-4c1c-b7a3-c74fe31341f9", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "1383bfd8-2674-4073-aaa1-ffb8e2d8bcf8", "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": "03a79682-7e4b-403e-91d7-b26c3b50ef45", "CompanyId": "8bc50be4-2ff5-4291-9123-21d9b201d4fe", "TaskStatusTypeId": "2f64fa9e-6d64-402b-87b8-f2a57f30a7f1", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "17264b25-3f1d-49d2-924c-c9ab4d41fff2", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }