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": "0c3d18cf-b72f-4dde-a22a-8ca045cd19aa", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1c8d31cf-0c29-48db-a043-06fb138dcde9", "CreateDate": "2025-09-17T00:47:22.4507405-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-17T00:47:22.4507405-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": "20b7dd58-dc80-4959-b032-22afc35fc6dd", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "54e4184f-47b1-4e45-a7ab-03d605e9e128", "CreateDate": "2025-09-17T00:47:22.4507405-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-17T00:47:22.4507405-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }