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": "b219dfe4-c42d-49fc-9843-671de20e7c5d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9d1fbb4c-7763-4574-84fe-b962fc7272ab", "CreateDate": "2025-05-08T21:48:53.1869767-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T21:48:53.1869767-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": "d2213da2-24b9-4d0c-9360-a6bb1c5a0533", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a21c242e-2130-4a0a-aebe-d48c2bc88766", "CreateDate": "2025-05-08T21:48:53.1869767-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T21:48:53.1869767-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }