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": "c348a81d-8549-40ea-9d1c-34970d20fa26", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6ced656a-a6ee-4581-a0fc-0add371cc5ee", "CreateDate": "2025-01-30T14:32:10.618056-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-30T14:32:10.618056-08: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": "0dc4fa1e-8779-4d5e-a5cd-78eaeca85c53", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b0e0a825-80ad-49ed-9f2e-5188d251ed58", "CreateDate": "2025-01-30T14:32:10.618056-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-30T14:32:10.618056-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }