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": "8fac6339-4c37-4333-8968-f6a40b1a09a4", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2ed94b99-869c-40e4-93d4-4782a3837642", "CreateDate": "2025-09-16T01:54:17.8730748-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:54:17.8730748-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": "c1ca2103-96f8-4830-8a9f-b6218608d42a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5343d397-9f04-46d0-9fb7-149a547daba6", "CreateDate": "2025-09-16T01:54:17.8730748-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:54:17.8730748-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }