Edit Contact
This request is used to update an existing contact.
URL
Parameters
Name
Value
Request
{
"url": "http://api.smspartner.fr/v1/contact/update",
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"data": {
"apiKey": "YOUR_API_KEY",
"contactId": "ID CONTACT",
"contact": {
"phoneNumber": "+xxxxxxxxx",
"firstname": "prénom",
"lastname": "nom",
"url": "",
"date": "12-06-2020",
"custom2": "custom2"
}
}
}Response
Errors
Response Code
Message
Last updated