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": "98487f09-0b4f-45f5-8d95-4334d65414b5", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "76d84f5b-4f0e-4b29-a1d1-b68301ebe871", "CreateDate": "2025-09-16T23:37:42.0998964-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T23:37:42.0998964-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": "3bac77b5-91e8-406d-80e2-a385e7b27ba3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f29adc09-77be-4d58-a13d-633109a0738a", "CreateDate": "2025-09-16T23:37:42.0998964-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T23:37:42.0998964-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }