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": "45ed12df-1b56-4142-b723-d7afa8d72b96", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9e15df33-d064-4d04-84e2-a08966c6de60", "CreateDate": "2025-06-02T14:39:55.4278421-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T14:39:55.4278421-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": "3674ade5-6d36-4f88-a506-e0c9611a2b35", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5b0d13a3-fd45-4626-9de8-39f369ae2072", "CreateDate": "2025-06-02T14:39:55.4434697-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T14:39:55.4434697-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }