POST api/EappData/AddCommentToEapp
Request Information
URI Parameters
None.
Body Parameters
EappNoteDTOName | 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": "2025-10-14T04:59:58.9332824-07:00", "EappId": 1, "EappNoteTypeId": 2, "NoteDateString": "10/14/2025 4:59:58 AM" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EappNoteDTOName | 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": "2025-10-14T04:59:58.9332824-07:00", "EappId": 1, "EappNoteTypeId": 2, "NoteDateString": "10/14/2025 4:59:58 AM" }