Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| floodCertResponseId |
The flood cert response identifier. |
integer |
Required |
Body Parameters
The flood info.
FloodInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| app | integer |
None. |
|
| date | date |
None. |
|
| errors | Collection of CoreLogic.Error |
None. |
|
| floodCertResponseId | integer |
None. |
|
| floodCertificationIdentifier | string |
None. |
|
| floodProductCertifyDate | string |
None. |
|
| floodZone | string |
None. |
|
| isManual | boolean |
None. |
|
| orderedById | integer |
None. |
|
| orderNumber | string |
None. |
|
| orderStatus | string |
None. |
|
| orderType | CoreLogic.OrderType |
None. |
|
| providerName | string |
None. |
|
| requiresManualResearch | boolean |
None. |
|
| specialFloodHazardAreaIndicator | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"app": 1,
"date": "2025-11-09T06:01:54.1265171Z",
"errors": null,
"floodCertResponseId": 1,
"floodCertificationIdentifier": "sample String 2",
"floodProductCertifyDate": "sample String 3",
"floodZone": "sample String 4",
"isManual": true,
"orderedById": 1,
"orderNumber": "sample String 8",
"orderStatus": "sample String 9",
"orderType": 0,
"providerName": "sample String 10",
"requiresManualResearch": true,
"specialFloodHazardAreaIndicator": true
}
text/html
Sample:
{"app":1,"date":"2025-11-09T06:01:54.1265171Z","errors":null,"floodCertResponseId":1,"floodCertificationIdentifier":"sample String 2","floodProductCertifyDate":"sample String 3","floodZone":"sample String 4","isManual":true,"orderedById":1,"orderNumber":"sample String 8","orderStatus":"sample String 9","orderType":0,"providerName":"sample String 10","requiresManualResearch":true,"specialFloodHazardAreaIndicator":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The update flood cert response.
RPCResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
Gets or sets the data. |
Object |
None. |
| errors |
Gets or sets the errors. |
Collection of RPCError2 |
None. |
| included |
Gets or sets the included. |
Collection of Object |
None. |
| messages |
Gets or sets the errors. |
Collection of string |
None. |
| modelId |
Gets or sets the model identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"errors": [
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
},
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
}
],
"included": [
{},
{}
],
"messages": [
"sample String 1",
"sample String 2"
],
"modelId": 1
}
text/html
Sample:
{"data":{},"errors":[{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"},{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"}],"included":[{},{}],"messages":["sample String 1","sample String 2"],"modelId":1}