POST TaskCategories
Creates a new task category.
Request Information
URI Parameters
None.
Body Parameters
The task category to create. TaskCategoryId should not be filled in.
TaskCategoryName | Description | Type | Additional information |
---|---|---|---|
TaskCategoryId | globally unique identifier |
None. |
|
Name | string |
None. |
|
SourceSystemId | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CreateDate | date |
None. |
|
CreateUser | string |
None. |
|
LastModifiedDate | date |
None. |
|
LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskCategoryId": "82f03490-7668-46db-a4ca-6d89ea3af47c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a34fc5bf-8897-4eab-9371-3af320fc1422", "CreateDate": "2025-07-19T01:42:01.627413-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T01:42:01.627413-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the created task category.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskCategory |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskCategoryId": "ab6581aa-fc1e-4611-b170-b0811fc16397", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "46561be4-46af-4353-a4c2-53949cb34957", "CreateDate": "2025-07-19T01:42:01.627413-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T01:42:01.627413-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }