cURL
curl --request POST \ --url https://los.universal.rollout.com/api/properties \ --header 'Content-Type: application/json' \ --data ' { "loanId": "<string>", "address": { "type": "<string>", "street": "<string>", "city": "<string>", "state": "<string>", "code": "<string>" }, "type": "<string>", "currentValue": 123, "appraisalDate": "<string>", "insured": true, "name": "<string>", "mlsNumber": "<string>", "purchasePrice": 123, "appraisedValue": 123, "occupancyType": "<string>", "zoning": "<string>", "propertyCharacteristics": {}, "insuranceProvider": "<string>", "insurancePolicyNumber": "<string>" } '
{ "id": "<string>", "address": { "type": "<string>", "street": "<string>", "city": "<string>", "state": "<string>", "code": "<string>" }, "type": "<string>", "name": "<string>", "mlsNumber": "<string>", "purchasePrice": 123, "currentValue": 123, "appraisedValue": 123, "appraisalDate": "<string>", "occupancyType": "<string>", "zoning": "<string>", "propertyCharacteristics": {}, "insured": true, "insuranceProvider": "<string>", "insurancePolicyNumber": "<string>", "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {} }
Show child attributes
Created