---
title: "Update a lead"
method: PUT
path: "/leads/{fastTrackLeadId}"
tags: ["FastTrackLeads"]
---

# Update a lead

`PUT /leads/{fastTrackLeadId}`

## Path parameters

- `fastTrackLeadId` string, uuid, required

## Query parameters

- `v` string

## Headers

- `api-version` string

## Request body

- FastTrackModel — A model representing a fast track request and its child models.
  - `productType` string, nullable
  - `furtherApprovalsNeeded` boolean
  - `companyDetail` CompanyDetailModel, required
    - `thirdPartyCustomerId` string, required
    - `companyType` string, required
    - `companyName` string, required
    - `companyNumber` string, nullable
    - `storeName` string, nullable
    - `address` Address, required
      - `line1` string, required
      - `line2` string, nullable
      - `line3` string, nullable
      - `city` string, required
      - `region` string, nullable
      - `areaCode` string, required
      - `country` string, required
    - `websiteURL` string, nullable
    - `formationDate` string, date-time, required
    - `merchantIds` string[], nullable
    - `countryIsoCode` string, nullable
  - `personalDetail` PersonDetailModel, required
    - `thirdPartyPersonId` string, required
    - `firstName` string, required
    - `surname` string, required
    - `dateOfBirth` string, date-time, required
    - `placeOfBirth` string, nullable
    - `address` Address, required
      - `line1` string, required
      - `line2` string, nullable
      - `line3` string, nullable
      - `city` string, required
      - `region` string, nullable
      - `areaCode` string, required
      - `country` string, required
    - `mobilePhoneNumber` string, nullable
    - `emailAddress` string, nullable
  - `significantPeople` PersonDetailModel[], required
    - `thirdPartyPersonId` string, required
    - `firstName` string, required
    - `surname` string, required
    - `dateOfBirth` string, date-time, required
    - `placeOfBirth` string, nullable
    - `address` Address, required
      - `line1` string, required
      - `line2` string, nullable
      - `line3` string, nullable
      - `city` string, required
      - `region` string, nullable
      - `areaCode` string, required
      - `country` string, required
    - `mobilePhoneNumber` string, nullable
    - `emailAddress` string, nullable
  - `bankDetail` BankDetailModel, required
    - `accountNumber` string, nullable
    - `sortCode` string, nullable
    - `iban` string, nullable
    - `swift` string, nullable
    - `accountCountry` string, nullable
    - `accountCurrency` string, nullable
    - `masterAccountIban` string, nullable
  - `financingDetail` FinancingDetailModel, required
    - `fundingAmount` number, double
    - `factorRate` number, double
    - `partnerSweepPercentage` number, double
    - `youLendSweepPercentage` number, double
    - `maturityDate` string, date-time, nullable
    - `expectedRepaymentDate` string, date-time, nullable
  - `accountDetails` AccountDetailModel[], nullable, required
    - `merchantIds` string[], nullable
    - `merchantAccountDetails` BankDetailModel
      - `accountNumber` string, nullable
      - `sortCode` string, nullable
      - `iban` string, nullable
      - `swift` string, nullable
      - `accountCountry` string, nullable
      - `accountCurrency` string, nullable
      - `masterAccountIban` string, nullable
    - `settlementAccountDetails` BankDetailModel
      - `accountNumber` string, nullable
      - `sortCode` string, nullable
      - `iban` string, nullable
      - `swift` string, nullable
      - `accountCountry` string, nullable
      - `accountCurrency` string, nullable
      - `masterAccountIban` string, nullable
  - `instantSettlementDetail` InstantSettlementDetailModel
    - `settlementCycleLengthDays` number, double, required
    - `currencyISOCode` string, required
    - `percentageToInstantSettle` number, double, required
    - `percentageFee` number, double
    - `feeAccountIban` string, nullable
    - `acquirer` string, nullable

## Response `200`

Returns a FastTrackResultModel, alongside a Id.

- FastTrackResultModel — The result of creating a fast track request model.
  - `fastTrackLeadId` string, uuid
  - `productType` string, nullable
  - `furtherApprovalsNeeded` boolean
  - `companyDetail` CompanyDetailModel
    - `thirdPartyCustomerId` string, required
    - `companyType` string, required
    - `companyName` string, required
    - `companyNumber` string, nullable
    - `storeName` string, nullable
    - `address` Address, required
      - `line1` string, required
      - `line2` string, nullable
      - `line3` string, nullable
      - `city` string, required
      - `region` string, nullable
      - `areaCode` string, required
      - `country` string, required
    - `websiteURL` string, nullable
    - `formationDate` string, date-time, required
    - `merchantIds` string[], nullable
    - `countryIsoCode` string, nullable
  - `personalDetail` PersonDetailModel
    - `thirdPartyPersonId` string, required
    - `firstName` string, required
    - `surname` string, required
    - `dateOfBirth` string, date-time, required
    - `placeOfBirth` string, nullable
    - `address` Address, required
      - `line1` string, required
      - `line2` string, nullable
      - `line3` string, nullable
      - `city` string, required
      - `region` string, nullable
      - `areaCode` string, required
      - `country` string, required
    - `mobilePhoneNumber` string, nullable
    - `emailAddress` string, nullable
  - `significantPeople` PersonDetailModel[], nullable
    - `thirdPartyPersonId` string, required
    - `firstName` string, required
    - `surname` string, required
    - `dateOfBirth` string, date-time, required
    - `placeOfBirth` string, nullable
    - `address` Address, required
      - `line1` string, required
      - `line2` string, nullable
      - `line3` string, nullable
      - `city` string, required
      - `region` string, nullable
      - `areaCode` string, required
      - `country` string, required
    - `mobilePhoneNumber` string, nullable
    - `emailAddress` string, nullable
  - `bankDetail` BankDetailModel
    - `accountNumber` string, nullable
    - `sortCode` string, nullable
    - `iban` string, nullable
    - `swift` string, nullable
    - `accountCountry` string, nullable
    - `accountCurrency` string, nullable
    - `masterAccountIban` string, nullable
  - `financingDetail` FinancingDetailModel
    - `fundingAmount` number, double
    - `factorRate` number, double
    - `partnerSweepPercentage` number, double
    - `youLendSweepPercentage` number, double
    - `maturityDate` string, date-time, nullable
    - `expectedRepaymentDate` string, date-time, nullable
  - `accountDetails` AccountDetailModel[], nullable
    - `merchantIds` string[], nullable
    - `merchantAccountDetails` BankDetailModel
      - `accountNumber` string, nullable
      - `sortCode` string, nullable
      - `iban` string, nullable
      - `swift` string, nullable
      - `accountCountry` string, nullable
      - `accountCurrency` string, nullable
      - `masterAccountIban` string, nullable
    - `settlementAccountDetails` BankDetailModel
      - `accountNumber` string, nullable
      - `sortCode` string, nullable
      - `iban` string, nullable
      - `swift` string, nullable
      - `accountCountry` string, nullable
      - `accountCurrency` string, nullable
      - `masterAccountIban` string, nullable
  - `instantSettlementDetail` InstantSettlementDetailModel
    - `settlementCycleLengthDays` number, double, required
    - `currencyISOCode` string, required
    - `percentageToInstantSettle` number, double, required
    - `percentageFee` number, double
    - `feeAccountIban` string, nullable
    - `acquirer` string, nullable

## Other responses

- `400` — Something else went wrong.
- `401` — Unauthorized request.
- `422` — The model provided has invalid data.

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
