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": "b245edae-601f-4bdb-a6ed-83ff36dd54b6", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "77a67170-6112-4165-891e-6e5c7b3ec8b0", "CreateDate": "2025-06-30T23:38:48.6289081-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-30T23:38:48.6289081-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": "00a2abf9-733e-47ad-9f51-b864bcb6ddcc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5899b5be-2e85-4a55-9dec-f4b3fb9159be", "CreateDate": "2025-06-30T23:38:48.6289081-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-30T23:38:48.6289081-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }