POST api/EappData/AddCommentToEapp
Request Information
URI Parameters
None.
Body Parameters
EappNoteDTO| Name | Description | Type | Additional 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": "2026-02-03T18:24:27.8465445-08:00",
"EappId": 1,
"EappNoteTypeId": 2,
"NoteDateString": "02/03/2026 6:24:27 PM"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EappNoteDTO| Name | Description | Type | Additional 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": "2026-02-03T18:24:27.8465445-08:00",
"EappId": 1,
"EappNoteTypeId": 2,
"NoteDateString": "02/03/2026 6:24:27 PM"
}