V2 Listing Contacts

Update contact (V2)

Updates a listing contact using V2 managed fields. 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.
put/api/v2/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/v2/files/listings/{listingGuid}/contact/{contactGuid}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

warningsstring[] nullable