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": "ee296a43-b0d0-4bc7-a90e-ab62a570b713", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f3ab2f2d-a5b0-406f-b27f-09a75647fe24", "CreateDate": "2025-04-24T13:43:39.8437819-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T13:43:39.8437819-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": "eb1b68f3-a317-4a0f-a3c0-fa8f69bfc806", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "486083c3-47a7-4773-b727-1cc993af1196", "CreateDate": "2025-04-24T13:43:39.8437819-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T13:43:39.8437819-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }