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": "412fe3bd-d6d1-4752-b99e-bdff92e00e6a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "cf68baeb-840e-478e-8e82-2df41408c348", "CreateDate": "2025-02-05T07:44:11.0445171-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T07:44:11.0445171-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": "bff1b4f7-c3df-4d4a-89a1-d4142de35183", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "01b02b23-a169-4d6c-accd-37cfd5e22969", "CreateDate": "2025-02-05T07:44:11.0445171-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T07:44:11.0445171-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }