---
title: "Partially update lead information"
method: PATCH
path: "/api/v3.3/leads/{leadUid}"
tags: ["Leads"]
---

# Partially update lead information

`PATCH /api/v3.3/leads/{leadUid}`

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.

## Path parameters

- `leadUid` string, required

## Request body

- LeadApiV3PatchDto
  - `guestInformation` LeadGuestInformationForPatchApiV3Dto
    - `firstName` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `lastName` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `address1` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `address2` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `zipCode` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `city` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `state` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `countryCode` 'AF' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AG' | 'AN' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BA' | 'BW' | 'BR' | 'BN' | 'BG' | 'BF' | 'BI' | 'BQ' | 'KH' | 'CM' | 'CA' | 'CV' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'YT' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'ET' | 'FJ' | 'FI' | 'FK' | 'FO' | 'FR' | 'GF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GU' | 'GT' | 'GN' | 'GW' | 'GY' | 'GP' | 'HT' | 'VA' | 'HN' | 'HK' | 'HL' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IL' | 'IT' | 'JM' | 'JP' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KP' | 'KR' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LC' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MQ' | 'MK' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MR' | 'MU' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'MS' | 'MA' | 'MZ' | 'MM' | 'ME' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'NO' | 'OM' | 'PK' | 'PW' | 'PA' | 'PG' | 'PS' | 'PY' | 'PE' | 'PF' | 'PH' | 'PL' | 'PN' | 'PT' | 'PR' | 'QA' | 'RO' | 'RU' | 'RW' | 'KN' | 'WS' | 'RE' | 'PM' | 'SH' | 'ST' | 'SM' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'ES' | 'LK' | 'SR' | 'SJ' | 'SZ' | 'SE' | 'CH' | 'SY' | 'TC' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TG' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'JE' | 'IM' | 'US' | 'UY' | 'UZ' | 'VC' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'YU' | 'ZM' | 'ZW' — Replaced with null if api caller has no access to see lead's personal and confidential information
    - `passportId` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `passportCountryCode` 'AF' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AG' | 'AN' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BA' | 'BW' | 'BR' | 'BN' | 'BG' | 'BF' | 'BI' | 'BQ' | 'KH' | 'CM' | 'CA' | 'CV' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'YT' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'ET' | 'FJ' | 'FI' | 'FK' | 'FO' | 'FR' | 'GF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GU' | 'GT' | 'GN' | 'GW' | 'GY' | 'GP' | 'HT' | 'VA' | 'HN' | 'HK' | 'HL' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IL' | 'IT' | 'JM' | 'JP' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KP' | 'KR' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LC' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MQ' | 'MK' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MR' | 'MU' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'MS' | 'MA' | 'MZ' | 'MM' | 'ME' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'NO' | 'OM' | 'PK' | 'PW' | 'PA' | 'PG' | 'PS' | 'PY' | 'PE' | 'PF' | 'PH' | 'PL' | 'PN' | 'PT' | 'PR' | 'QA' | 'RO' | 'RU' | 'RW' | 'KN' | 'WS' | 'RE' | 'PM' | 'SH' | 'ST' | 'SM' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'ES' | 'LK' | 'SR' | 'SJ' | 'SZ' | 'SE' | 'CH' | 'SY' | 'TC' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TG' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'JE' | 'IM' | 'US' | 'UY' | 'UZ' | 'VC' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'YU' | 'ZM' | 'ZW' — Replaced with null if api caller has no access to see lead's personal and confidential information
    - `riskScore` integer — Declared departure datetime in property's timezone by the guest on the pre arrival form.
    - `email` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `secondaryEmail` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `phoneNumber` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `cellPhoneNumber` string — Replaced with 'HIDDEN' if api caller has no access to see lead's personal and confidential information
    - `flightNumber` string
    - `reasonForTrip` string
    - `willHaveParty` boolean
    - `willHaveVisit` boolean
    - `preferredCurrency` 'USD' | 'EUR' | 'GBP' | 'CAD' | 'JPY' | 'INR' | 'MYR' | 'AUD' | 'KES' | 'MXN' | 'HKD' | 'NZD' | 'CHF' | 'BRL' | 'CLP' | 'COP' | 'PEN' | 'ARS' | 'UYU' | 'VEF' | 'CNY' | 'THB' | 'KRW' | 'IDR' | 'SGD' | 'TWD' | 'AED' | 'ZAR' | 'CZK' | 'DKK' | 'DOP' | 'SEK' | 'BGN' | 'ILS' | 'NOK' | 'RON' | 'RUB' | 'PHP' | 'VND' | 'HUF' | 'IKR' | 'PLN' | 'PYG' | 'TRY' | 'GTQ' | 'VUV' | 'JOD' | 'SAR' | 'EGP' | 'TTD' | 'MAD' | 'CVE' | 'BBD' | 'AWG' | 'BHD' | 'NONE'
    - `preferredLocale` object
      - `language` string
      - `displayName` string
      - `country` string
      - `variant` string
      - `script` string
      - `unicodeLocaleAttributes` string[]
      - `unicodeLocaleKeys` string[]
      - `displayLanguage` string
      - `displayScript` string
      - `displayCountry` string
      - `displayVariant` string
      - `extensionKeys` string[]
      - `iso3Language` string
      - `iso3Country` string
    - `arrivalLocalDateTime` string
    - `departureLocalDateTime` string
  - `notes` string
  - `extraNotes` string

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
