POST showAccounts/{showAccountId}/functionalAreas/{functionalAreaId}/note
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
|
| functionalAreaId | integer |
Required |
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
Response Information
Resource Description
AreaReviewNoteDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Notes | string |
None. |
|
| LineItemGroupId | integer |
None. |
|
| CreatedById | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UserDisplayName | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"Notes": "sample string 2",
"LineItemGroupId": 3,
"CreatedById": 4,
"CreatedDate": "2025-12-14T22:14:32.570376+00:00",
"UserDisplayName": "sample string 5"
}