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": "f9c941c2-5e80-4f17-9b5a-90000201036e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ca1da277-c515-4a32-b6f9-bbc66a29ea4f", "CreateDate": "2025-07-30T23:17:23.3941076-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-30T23:17:23.3941076-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": "f8ef43a9-3374-429a-8590-82bbd9bd228e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e9cc3f39-39f0-4287-89a6-cfa2ac746b53", "CreateDate": "2025-07-30T23:17:23.3941076-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-30T23:17:23.3941076-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }