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": "b9a0a947-4d8e-4cad-8cc9-e11d4b38e359", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "20f28882-49f2-4509-9079-e5b446b51eb3", "CreateDate": "2024-12-08T08:11:32.8235706-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-08T08:11:32.8235706-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": "e9c4dfd3-80a0-4cc0-9dc2-c0823dd3824f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "46ace974-6de8-4ac8-8e0a-c944f7214d24", "CreateDate": "2024-12-08T08:11:32.8235706-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-08T08:11:32.8235706-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }