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": "e0c9c69a-4f0e-4af4-8acc-71bce102213e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8df5a90b-2b97-40ad-b2a0-766355c0dadf", "CreateDate": "2025-04-25T12:12:24.8622732-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-25T12:12:24.8622732-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": "d4905054-73ec-4be9-b5e0-a8cff60fc739", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1912509e-6df0-4eae-89ba-1d4289217825", "CreateDate": "2025-04-25T12:12:24.8622732-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-25T12:12:24.8622732-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }