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": "b9b525f9-36be-4fbf-868a-8d6f5230e2b5", "CompanyId": "57e36071-afcd-4556-acca-b9c6d7c440e2", "TaskStatusTypeId": "723f5fc3-36c8-4ede-8ce4-969742e9406c", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "093818f3-9477-4308-adea-b8b4b033cef1", "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": "fb0815c9-f765-488c-b01e-a316e56629b2", "CompanyId": "2e311c93-13de-4458-9915-f27d15dd7323", "TaskStatusTypeId": "1e5784e0-889e-469b-908a-83493e993c49", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "0452b822-7e06-4448-afb6-750cb8ddd753", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }