V2 Sales
Convert sale to under contract (V2)
Converts a pre-contract sale to under-contract status, using V2 managed fields.
Validation & Requirements
Required Parameters
- saleGuid (path, string, format=guid)
- form (body, object)
Required JSON Body Fields
- agentGuid (format=guid, minLength=1)
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}/convert/under-contract
Path parameters
saleGuidstring guid required
GUID of the sale you want to convert to under contract.