After a lead is created, you can use the PUT method to update it.
Endpoints
/leads/{leadID}
Example of updating a lead: https://{environment}.elavon.com/sales/v1/leads/**********3570
Methods
PUT
The PUT method returns an empty response body if the update is successful, otherwise it will return an error code which can then be used to troubleshoot.