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": "ba1b4d50-876a-4458-be09-7683ce314f2b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "42372f6a-23bd-4c6f-8e84-e33369a4ae5c", "CreateDate": "2025-03-09T08:39:14.9470034-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T08:39:14.9470034-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": "bd99e548-678b-486e-806a-161809f94593", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e8d77fae-063e-4414-9517-1e80fab89b2c", "CreateDate": "2025-03-09T08:39:14.9470034-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T08:39:14.9470034-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }