post https://api.yelp.com/v3/leads//mark_as_replied
Mark an existing lead as replied through a specified reply medium.
Example:
To mark a lead with the ID "loPSlzp6M628rzyCRPqrv3tC" as replied through phone, send an authenticated POST request to the URL:
https://api.yelp.com/v3/leads/loPSlzp6M628rzyCRPqrv3tC/mark_as_replied with the following request body:
{
"reply_type": "PHONE",
}
For the above request, a successful POST call will return a 201 created response.
This endpoint is part of the Leads API, visit Leads API to learn more.