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": "ddee4ade-4424-4775-a7b6-288f724063bc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "25049f0f-181a-4c8b-bab6-d611d37f2370", "CreateDate": "2025-08-29T17:11:29.2425056-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:11:29.2425056-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": "e6c14827-1aea-4eb0-9c56-075ea25bbb8d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2ae777c2-7404-41fd-8e27-3875fbe26cf2", "CreateDate": "2025-08-29T17:11:29.2425056-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:11:29.2425056-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }