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": "62c3f107-d3dc-4188-94eb-c041f25c3f0d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5e88a059-878b-4109-990d-e0e60ade677f", "CreateDate": "2025-04-30T13:55:30.8757011-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-30T13:55:30.8757011-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": "24b309da-e2ce-4297-8f0c-102f5776de5e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "eeb9b103-8eb5-40cf-941c-ea6188685113", "CreateDate": "2025-04-30T13:55:31.0006467-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-30T13:55:31.0006467-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }