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": "1ac898e2-27c4-42d9-9da5-6659d008213a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ec812a09-a0b0-44de-9f28-51c3c5f220d8", "CreateDate": "2025-07-01T19:09:06.4765344-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-01T19:09:06.4765344-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": "eee1d4a2-e698-49c7-b295-5971178b1662", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a55de2d3-8a21-4613-a415-8a177ef43203", "CreateDate": "2025-07-01T19:09:06.4765344-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-01T19:09:06.4765344-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }