POST api/ReviewApplication/AddCommentToEapp

Request Information

URI Parameters

None.

Body Parameters

EappNoteDTO
NameDescriptionTypeAdditional information
EappHouseHoldId

integer

None.

Content

string

None.

NoteDate

date

None.

EappId

integer

None.

EappNoteTypeId

integer

None.

NoteDateString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EappHouseHoldId": 1,
  "Content": "sample string 1",
  "NoteDate": "2025-10-14T00:37:41.5707127-07:00",
  "EappId": 1,
  "EappNoteTypeId": 2,
  "NoteDateString": "10/14/2025 12:37:41 AM"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EappNoteDTO
NameDescriptionTypeAdditional information
EappHouseHoldId

integer

None.

Content

string

None.

NoteDate

date

None.

EappId

integer

None.

EappNoteTypeId

integer

None.

NoteDateString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EappHouseHoldId": 1,
  "Content": "sample string 1",
  "NoteDate": "2025-10-14T00:37:41.5707127-07:00",
  "EappId": 1,
  "EappNoteTypeId": 2,
  "NoteDateString": "10/14/2025 12:37:41 AM"
}