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": "5a47c64f-b99e-4b70-88be-afcba0507eda", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "bf70f394-6100-46db-a687-129d1f905379", "CreateDate": "2025-05-09T00:37:18.8142617-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T00:37:18.8142617-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": "9d9a77dd-7f7e-4d79-a709-46d0a775f16f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8f42a0f5-051a-497b-aa69-d1232c650b52", "CreateDate": "2025-05-09T00:37:18.8142617-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T00:37:18.8142617-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }