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": "b6f6a2aa-7261-484d-8344-e3888f44c73a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "fc151420-4034-478a-b47d-2db1f41e26f6", "CreateDate": "2025-06-25T06:06:55.5095712-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-25T06:06:55.5095712-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": "95f5802b-5ece-4fd7-9d3a-4fc29259e9fb", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "066485c7-c582-40d3-8d03-850f56f9b68d", "CreateDate": "2025-06-25T06:06:55.5095712-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-25T06:06:55.5095712-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }