latestOpenAPI 3.0.02026-08-12207455917.9 KB

bad0d2db9b7a

Listing Contacts

Update contact

Updates a listing contact. The payload shape must match the contact type resolved by listingGuid/contactGuid.

Validation & Requirements

Required Parameters

  • listingGuid (path, string, format=guid)
  • contactGuid (path, string, format=guid)
  • body (body, none)

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.
put/api/files/listings/{listingGuid}/contact/{contactGuid}

Path parameters

listingGuidstring guid required

GUID of the listing you want to update.

contactGuidstring guid required

GUID of the contact you want to update.

Request body

{"stackTrail":"paths:/api/files/listings/{listingGuid}/contact/{contactGuid}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

warningsstring[] nullable