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": "48cf31d5-6c06-4562-b171-001883042233", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9723ae52-cd95-4ea9-9f64-601ff3856e8f", "CreateDate": "2025-07-31T03:13:15.6786773-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T03:13:15.6786773-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": "ea10d45e-2da2-4dc0-91fb-78816888eac7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f89101dc-adbb-4690-8d4e-6d19d1485d27", "CreateDate": "2025-07-31T03:13:15.6786773-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T03:13:15.6786773-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }