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": "63e48327-0c38-4bac-85ff-2b28d7dfdb90", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c7e31cdd-a9b8-4d90-8afe-9777ef7af982", "CreateDate": "2025-08-29T17:21:12.2273646-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:21:12.2273646-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": "277fc0b3-0eff-4ed6-bddb-7224a01b03ca", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "defce523-1fc6-4c33-add0-ce2c3757ea5f", "CreateDate": "2025-08-29T17:21:12.2273646-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:21:12.2273646-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }