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": "1054862d-5c25-4da5-8d4a-c98ee24b7acb", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "68b2b689-95c1-42d4-a02f-eac0eaefaea1", "CreateDate": "2025-10-10T14:54:28.7743543-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-10T14:54:28.7743543-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": "6ceaa6e5-77b4-49e3-af6d-9cb81bc5bfcf", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "216ec0d3-f6dc-4b14-b8b8-92131a08ccf6", "CreateDate": "2025-10-10T14:54:28.7743543-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-10T14:54:28.7743543-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }