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": "85960300-016b-444f-a097-4d846f602982", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ef2be200-49d0-4a22-831b-d3714a30d085", "CreateDate": "2025-02-05T05:55:27.6357448-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T05:55:27.6357448-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": "3cd33d0b-9130-4e45-b3d9-09cf22783f8f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7b07ace7-0a8f-453c-ad94-2484f06011c8", "CreateDate": "2025-02-05T05:55:27.6512924-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T05:55:27.6512924-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }