POST showAccounts/{showAccountId}/functionalAreas/{functionalAreaId}/note

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showAccountId

integer

Required

functionalAreaId

integer

Required

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

Response Information

Resource Description

AreaReviewNoteDto
NameDescriptionTypeAdditional 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-05-06T02:15:46.6428105+01:00",
  "UserDisplayName": "sample string 5"
}