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": "c06d11d3-d94f-4e60-a769-7cdaac3ecacf", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "670ce365-8cbf-4f49-942e-85ba45d15749", "CreateDate": "2025-01-02T07:50:20.2532611-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T07:50:20.2532611-08: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": "b1066c38-81e4-4f27-9aa6-81f8ef6eb5c0", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9486a7a1-5a67-4282-8062-a7a0cf44d03a", "CreateDate": "2025-01-02T07:50:20.2845123-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T07:50:20.2845123-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }