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": "5a9890c0-18a6-4514-b95f-758d8258fab2", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5ce10bc0-0cf1-46b8-aa06-7b7098d9484f", "CreateDate": "2024-11-22T21:23:43.0023611-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T21:23:43.0023611-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": "992d14fa-73d6-440c-98c2-903877b7b726", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "d13ee5da-b199-41f9-9083-405e564f7d80", "CreateDate": "2024-11-22T21:23:43.0023611-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T21:23:43.0023611-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }