v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Leads

Update Lead

The Create lead API request enables you to update a lead details. You should add all the details in the request body.

Request Body

The request body should be in form-data format. The keys and values to be included in the form-data request body were not provided.

Response

The response to this request will vary based on the specific lead being updated. Examples of responses for this request were not provided.

put/leads/{id}

Request body

address1string
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:address2","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:birthdate","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:city","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:email","oasType":"schema","type":"unknown","example":null,"nullable":true}
first_namestring
last_namestring
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:lat","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:lng","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:loan_amount","oasType":"schema","type":"unknown","example":null,"nullable":true}
original_identifierstring
phonestring
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:phone2","oasType":"schema","type":"unknown","example":null,"nullable":true}
phone_normalizedstring
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:phone_normalized2","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:purchase_amount","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:purchase_card_digits","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:purchase_card_name","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:purchase_card_type","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:purchase_date","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:purchase_product_name","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:purchase_site","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:state","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:support_site","oasType":"schema","type":"unknown","example":null,"nullable":true}
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:timezone","oasType":"schema","type":"unknown","example":null,"nullable":true}
weightstring
{"stackTrail":"paths:/leads/{id}:put:requestBody:content:application/json:schema:properties:zip","oasType":"schema","type":"unknown","example":null,"nullable":true}

Example request

{
  "address1": "eftesh",
  "first_name": "Vasya",
  "last_name": "Smith",
  "original_identifier": "1",
  "phone": "0390666560144",
  "phone_normalized": "39066656044",
  "weight": "0"
}

Response

Successful operation