v1

latestOpenAPI 3.0.1Apache 2.02026-07-26176256241.4 KB
Leads

Partially update lead information

This call can only update CRUD-type of lead information. It cannot update anything related to lead workflow. This call will only allow for editing personal data if the api client is partner with access to lead's personal data. Otherwise, personal data fields will be ignored.

patch/api/v3.3/leads/{leadUid}

Path parameters

leadUidstring required

Request body

notesstring
extraNotesstring

Example request

{
  "guestInformation": {
    "arrivalLocalDateTime": "2026-04-20T11:52:36",
    "departureLocalDateTime": "2026-04-20T11:52:36"
  }
}

Response

OK