Lead
Replaces the Lead resource.
Replaces the Lead resource.
put/leads/{id}
Path parameters
idstring required
Resource identifier
Request body
Example request
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "90300000072369",
"email": "ron.aurthor@gmail.com",
"firstName": "Ronald",
"lastName": "Aurthor",
"primaryPhone": "416-555-0126",
"addressLine1": "39 Parliment road",
"city": "Detroit",
"country": "United States",
"company": "Ronalds Hot Rods",
"postalCode": "48653",
"website": "https://www.ronshotrods.com",
"industry": "Automotive",
"skypeUsername": "ronaldAurthor0127",
"twitter": "@ronaldAutomotive",
"annualRevenue": "50000000",
"employeeCount": 113,
"created": "2021-07-28 00:00:00",
"modified": "2021-09-15 00:00:00"
}Response
Lead resource updated
Example response
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "90300000072369",
"email": "ron.aurthor@gmail.com",
"firstName": "Ronald",
"lastName": "Aurthor",
"primaryPhone": "416-555-0126",
"addressLine1": "39 Parliment road",
"city": "Detroit",
"country": "United States",
"company": "Ronalds Hot Rods",
"postalCode": "48653",
"website": "https://www.ronshotrods.com",
"industry": "Automotive",
"skypeUsername": "ronaldAurthor0127",
"twitter": "@ronaldAutomotive",
"annualRevenue": "50000000",
"employeeCount": 113,
"created": "2021-07-28 00:00:00",
"modified": "2021-09-15 00:00:00"
}