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": "f744c512-b600-43c6-884b-ff8682e595f7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2ad0d85f-7843-4a11-b63f-eb61081b8e75", "CreateDate": "2025-06-26T21:43:35.5286059-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T21:43:35.5286059-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": "97634a0c-052e-4ea1-a3a5-7ea0a43c39cb", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "65ada7ec-21bd-4350-a2e3-307a775e6c7a", "CreateDate": "2025-06-26T21:43:35.5286059-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T21:43:35.5286059-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }