Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| floodCertResponseCommentId |
The flood cert Response comment identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The flood cert Response comment, if it exists.
Nano.FloodCertResponseComment| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the flood cert response comment identifier. |
integer |
None. |
| floodCertResponseId |
Gets or sets the flood cert response identifier. |
integer |
None. |
| comment |
Gets or sets the comment. |
string |
None. |
| date |
Gets or sets the date. |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"floodCertResponseId": 2,
"comment": "sample String 3",
"date": "2025-11-09T05:56:27.9943626Z"
}
text/html
Sample:
{"id":1,"floodCertResponseId":2,"comment":"sample String 3","date":"2025-11-09T05:56:27.9943626Z"}
application/xml, text/xml
Sample:
<FloodCertResponseComment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FloodCertResponseCommentId>1</FloodCertResponseCommentId> <FloodCertResponseId>2</FloodCertResponseId> <Comment>sample String 3</Comment> <Date>2025-11-09T05:56:27.9943626Z</Date> </FloodCertResponseComment>
application/vnd.api+json
Sample:
Sample not available.