latestOpenAPI 3.0.02026-08-12207455917.9 KB

bad0d2db9b7a

V2 Listings

Create listing (V2)

Create a listing using V2 managed fields. Required fields include agentGuid, checklistTypeId, property, listingDate, expirationDate, and listingPrice.

Validation & Requirements

Required Parameters

  • listingForm (body, object)

Required JSON Body Fields

  • agentGuid (format=guid, minLength=1)
  • checklistTypeId (format=int32)
  • expirationDate (format=date-time, minLength=1)
  • listingPrice (format=decimal)

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.
post/api/v2/files/listings

Request body

officeGuidstring guid nullable

Office guid that the Listing will be created in.

agentGuidstring guid required

The agent that this Listing is created for.

mlsNumberstring nullable
checklistTypeIdinteger required
sourceIdinteger nullable
otherSourcestring nullable
listingDatestring date-time nullable
isOfficeLeadboolean nullable
expirationDatestring date-time required
listingPricenumber required
coListingAgentGuidstring guid nullable
fileIDstring nullable

Response

warningsstring[] nullable