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": "bf3cf83b-8b79-4149-9e3d-fb62c6370eac", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "52cd35e7-5d79-4066-bc58-c346dcfc501b", "CreateDate": "2025-07-31T22:45:46.9008086-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T22:45:46.9008086-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": "1181c67a-c291-4973-8d4a-6e0c16a8e45b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "403dd242-7d4e-4ddf-ae44-3aafe225dea3", "CreateDate": "2025-07-31T22:45:46.9008086-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T22:45:46.9008086-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }