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": "1a238aa3-d133-46fd-9af8-4aa63d882455", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "467e1733-954a-4139-bb39-52985be58ec8", "CreateDate": "2025-07-06T15:56:02.4481549-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-06T15:56:02.4481549-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": "0118c813-fd01-4881-9b20-c6af17c7d16a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2abcafb3-7006-452b-8fbb-39ce36d2f8fc", "CreateDate": "2025-07-06T15:56:02.4481549-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-06T15:56:02.4481549-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }