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": "abfeb99f-49c7-4107-a204-18c221c6779c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e7d8619e-04c7-4255-971a-12956e674196", "CreateDate": "2025-10-13T18:06:16.5696674-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T18:06:16.5696674-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": "a75090be-a994-49d1-884d-e621a1421d4c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b2581f51-9aa8-4f10-8af3-afc005d27844", "CreateDate": "2025-10-13T18:06:16.5696674-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T18:06:16.5696674-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }