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": "1a06a835-d925-4245-b59f-db2639477c42", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "19a3ee35-49fb-4457-88b3-a679130abaa2", "CreateDate": "2024-11-21T05:12:45.1209171-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T05:12:45.1209171-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": "ef43e96d-6cb2-441e-8441-f2cf40cb6db3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "20e0e72a-c1f0-47d6-af7e-fac20169a25e", "CreateDate": "2024-11-21T05:12:45.1209171-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T05:12:45.1209171-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }