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": "e50425c2-bb3a-4580-8370-91a8de32514b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a19de8ae-5ddb-472b-b30c-d84df4ebcbb5", "CreateDate": "2025-04-17T03:50:26.8860715-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T03:50:26.8860715-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": "86e5fd97-079d-4644-9980-78082ceb617b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "d3a96786-75fd-44ba-8909-c3b1249789fc", "CreateDate": "2025-04-17T03:50:26.8860715-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T03:50:26.8860715-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }