cURL
curl --request PUT \ --url https://los.universal.rollout.com/api/properties/{id} \ --header 'Content-Type: application/json' \ --data ' { "insured": true, "type": "<string>", "name": "<string>", "mlsNumber": "<string>", "purchasePrice": 123, "currentValue": 123, "appraisedValue": 123, "appraisalDate": "<string>", "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
OK