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": "99beaaf1-46f2-4044-884b-d4f493d78484", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "dbfd100b-6914-4565-86e7-192cfdb6142e", "CreateDate": "2025-04-03T15:15:34.9616769-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:15:34.9616769-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": "0756900f-036d-4e83-8d48-2ad3c0f7c2f9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "bf98512c-e4bf-4016-8ff1-45274526d1da", "CreateDate": "2025-04-03T15:15:34.9616769-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:15:34.9616769-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }