Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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-04-25T18:12:46.9167809Z"
}

text/html

Sample:
{"id":1,"floodCertResponseId":2,"comment":"sample String 3","date":"2025-04-25T18:12:46.9167809Z"}

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-04-25T18:12:46.9167809Z</Date>
</FloodCertResponseComment>

application/vnd.api+json

Sample:

Sample not available.