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": "ff0dcbdb-53e7-4495-9284-426209a2506e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3b7957ed-b6cb-4271-aad1-23e207f6ccac", "CreateDate": "2025-10-13T15:17:43.1046757-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T15:17:43.1046757-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": "69f252a4-f123-406c-ba03-38a9032f6293", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c57a1e54-810d-485b-bb10-4e4ddcbeb0a9", "CreateDate": "2025-10-13T15:17:43.1046757-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T15:17:43.1046757-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }