POST api/BuildingInspection

Documentation for 'PostSubmitBuildingInspection'.

Request Information

Parameters

NameDescriptionAdditional information
InspectionString
Documentation for 'InspectionString'.

Define this parameter in the request body.

Request body formats

text/xml

Sample:

Sample not available.

text/plain

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Result": true,
  "OfficeEmailId": "sample string 3"
}

text/xml

Sample:
<SubmitInspectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Calibre.DataAccess.ViewModel"><Message>sample string 1</Message><OfficeEmailId>sample string 3</OfficeEmailId><Result>true</Result></SubmitInspectionModel>