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": "8e05366c-5610-493b-a55a-7b9334be4d98", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "dccbdbb8-fd3b-470d-87e9-ffac27aad5e5", "CreateDate": "2025-07-19T04:20:35.8988236-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T04:20:35.8988236-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": "de721ead-fa7e-44b6-83ee-cd71fe2ef816", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "cf5a88c8-2cfb-4ad6-acd6-1fcf3c1d479f", "CreateDate": "2025-07-19T04:20:35.8988236-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T04:20:35.8988236-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }