POST NoteCategories
Creates a new note category.
Request Information
URI Parameters
None.
Body Parameters
The note category to create. NoteCategoryId should not be filled in.
NoteCategoryName | Description | Type | Additional information |
---|---|---|---|
NoteCategoryId | 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:
{ "NoteCategoryId": "a0c917e4-fbdf-48b6-b1e6-d02272336a58", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ada1a9ca-0de7-4e27-97c5-4199136a5eb8", "CreateDate": "2025-09-18T05:17:12.869953-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-18T05:17:12.869953-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the created note category.
Name | Description | Type | Additional information |
---|---|---|---|
Data | NoteCategory |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "NoteCategoryId": "92a61ac4-c614-4738-a8d8-36a3a5eed992", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c716d7c3-a72b-46cb-969a-6f5af6bab8e2", "CreateDate": "2025-09-18T05:17:12.869953-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-18T05:17:12.869953-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }