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": "dbea949a-604a-4a6d-8ef4-a4c76e50f2a1", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2d2d142f-dace-44ae-9da1-3d9e68e8b604", "CreateDate": "2025-10-13T15:19:36.8573393-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T15:19:36.8573393-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": "e87423e6-593f-4895-8495-311de447d0b7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "740883d9-0080-4651-a0e9-f36c5256a390", "CreateDate": "2025-10-13T15:19:36.8573393-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T15:19:36.8573393-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }