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": "61cf7136-8459-444a-a30b-58f8c5db4459", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "dabf7626-6200-4703-9d00-54d05f1ddb79", "CreateDate": "2025-08-24T10:03:00.6328304-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-24T10:03:00.6328304-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": "46eccc78-e084-47ca-9688-7d0d5a9f5542", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "87d6b914-e365-4083-a401-21fe42218774", "CreateDate": "2025-08-24T10:03:00.6328304-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-24T10:03:00.6328304-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }