Submit a valuation report
POST/v1/valuations
Submit a property valuation report. The report is validated against the gif IDA subset 5.7 schema and queued for asynchronous processing.
Returns a 202 Accepted response with a job_id that uniquely identifies the submission.
Both JSON and XML request bodies are accepted. Set the Content-Type header accordingly.
Request
Responses
- 200
- 202
- 400
- 401
- default
A successful response.
Valuation report accepted for review
Invalid request payload
Missing or invalid authentication
An unexpected error response.