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": "93bc69e5-eaaf-4bc0-b836-da5c773c76da", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7c283500-0c9b-4560-944c-4f3898656b30", "CreateDate": "2025-08-24T10:03:01.5703864-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-24T10:03:01.5703864-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": "8f2345f9-c37e-4a79-a51e-b77a0f5ce323", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "be500267-b5b4-4ac5-bc00-8cb6e1fc9605", "CreateDate": "2025-08-24T10:03:01.5703864-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-24T10:03:01.5703864-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }