Listings
Convert listing to sale
Converts an active listing to a sale transaction. The listing must be in Active status (not expired, archived, or already converted). Creates a new sale linked to the listing, copies contacts, shared contacts, and commission tiers from the listing. The listing status is updated to Transaction (converted). saleChecklistTypeId is required and must belong to the listing's office. Optional fields default to listing data: salePrice defaults to listingPrice, mlsNumber defaults to listing's MLS number, sourceId defaults to listing's source.
Validation & Requirements
Required Parameters
- listingGuid (path, string, format=guid)
- form (body, object)
Required JSON Body Fields
- None
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.
Integration Requirement
- Retrieve the corresponding ...Form endpoint immediately before write operations to get current dynamic required fields and allowed values.
post/api/files/listings/{listingGuid}/convert-to-sale
Path parameters
listingGuidstring guid required
GUID of the listing to convert.