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": "26148732-5375-456f-a573-8c1ab2d408ab", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "d88d1ad7-990a-45d2-8139-5ad25b6db028", "CreateDate": "2025-08-30T12:53:54.6604577-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T12:53:54.6604577-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": "313bb5d0-67bd-40c9-a689-5676bae13de7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a26be057-2739-4748-8e30-9a5ba9a0d0bc", "CreateDate": "2025-08-30T12:53:54.6604577-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T12:53:54.6604577-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }