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": "632dfa0a-508a-4d0b-bd88-bf75c5978dc0", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8b65b1aa-a874-4c40-b571-433f93e23414", "CreateDate": "2025-05-08T17:18:23.7748672-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T17:18:23.7748672-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": "73f8dd01-2290-4566-bc6c-2e6a7152b81f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "234c9f25-b499-42cc-a8b1-d6f109ecac75", "CreateDate": "2025-05-08T17:18:23.7748672-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T17:18:23.7748672-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }