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": "6544402a-9ecf-4d66-8345-951162e8c495", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6a0a92eb-0fcb-45e5-a462-2ca6131623e7", "CreateDate": "2025-06-26T23:44:38.7434181-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T23:44:38.7434181-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": "db338db8-e95b-4925-92df-3a5d4c144148", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "988f9d28-f6f1-4a95-9ac2-bf1d3ac4ab34", "CreateDate": "2025-06-26T23:44:38.7434181-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T23:44:38.7434181-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }