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": "ac90dcb2-62d7-4cb6-88de-18995a23a555", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b59bc722-5b7b-446d-9b24-1ca9ef56d767", "CreateDate": "2025-09-13T08:39:11.4485528-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T08:39:11.4485528-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": "3da48027-5928-4a7b-a54e-c33b9297cc2a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6108e982-b34b-4c57-a949-85e22439015d", "CreateDate": "2025-09-13T08:39:11.4641696-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T08:39:11.4641696-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }