{
"openapi": "3.0.1",
"info": {
"title": "Resolve Valuation & Pricing",
"version": "2.0.0"
},
"servers": [
{
"url": "https://api-test.freddiemac.com/singlefamily/servicing/v2/rvp-service/rvpInfo"
}
],
"tags": [
{
"name": "Resolve Valuation & Pricing API",
"description": "When you connect through the Resolve Valuation & Pricing API, you’ll receive minimum net proceed values for short sales. The API is a new and faster way of receiving an MNP as well as ordering a value if one is not already available in the Real Estate Valuation and Pricing tool. Through seamless B2B integration, you’ll increase productivity and speed up mortgage resolution."
}
],
"security": [
{
"bearerAuth": []
}
],
"paths": {
"/rvpService": {
"post": {
"tags": [
"Resolve Valuation & Pricing API"
],
"summary": "Delivers real-time minimum net proceed values and data for single or bulk real estate value submissions.",
"description": "",
"operationId": "ShortSaleMNPUsingPOST",
"requestBody": {
"description": "Short Sale MNP Service Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ShortSaleMNPServiceRequest"
},
"examples": {
"RequestCompletedMNPWithFutureGTD": {
"$ref": "#/components/examples/RequestCompletedMNPWithFutureGTD"
},
"RequestOrderMNP": {
"$ref": "#/components/examples/RequestOrderMNP"
}
}
}
},
"required": true
},
"responses": {
"200": {
"description": "OK Request succeeded.\r\n\n Sample Response Messages