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": "10a3f9cc-c9ca-4672-9aee-ad6795f8ee40", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a7981f79-5a5f-4692-9355-09446ea3047e", "CreateDate": "2024-12-21T18:50:12.7411984-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-21T18:50:12.7411984-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": "41b1bb70-4c00-4bc4-bf60-e579da7ce6c9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "90054872-3976-4fd3-a00a-40e50edce70c", "CreateDate": "2024-12-21T18:50:12.7411984-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-21T18:50:12.7411984-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }