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": "e86bb6de-41f2-454a-8963-83bd02103a2d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "32a27f08-0f76-4028-a45e-25530ce7e5f3", "CreateDate": "2025-06-16T14:25:28.1402481-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-16T14:25:28.1402481-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": "12210c94-40c8-4f98-88b4-5602abc9b9ce", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "13b2e814-ca3d-4d3e-b0a2-8d4911b4babc", "CreateDate": "2025-06-16T14:25:28.1402481-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-16T14:25:28.1402481-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }