V2 Sale Properties
Update property (V2)
Updates sale property details for the specified sale, using V2 managed fields.
Validation & Requirements
Required Parameters
- saleGuid (path, string, format=guid)
- form (body, object)
Required JSON Body Fields
- streetNumber (minLength=1)
- streetAddress (minLength=1)
- city (minLength=1)
- state (minLength=1)
- zip (minLength=1)
- yearBuilt (format=int32)
Validations
- Invalid GUID values in *Guid/*Guids fields return 422 Unprocessable Entity.
- Invalid date values in *date* fields return 422 Unprocessable Entity.
- Missing required request body returns 422 Unprocessable Entity with Missing request body..
- Additional business-rule validation may return 422 with details in the errors array.
put/api/v2/files/sales/{saleGuid}/property
Path parameters
saleGuidstring guid required
GUID of the sale whose property details you want to update.