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": "fa28d525-0203-4d4e-9219-33bbb7396630", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "cd1d6a84-4e5c-443d-b828-fafa44829ba3", "CreateDate": "2025-04-17T03:55:07.0847431-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T03:55:07.0847431-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": "3c9aa904-6ef9-4e3f-bc5b-164318f62ee9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4647f6dc-b175-4583-bf35-82a6b3b5e605", "CreateDate": "2025-04-17T03:55:07.0847431-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T03:55:07.0847431-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }