Contacts
Update Contact
Contacts
Update Contact
PATCH
/
api
/
v1
/
contact
/
CO33444
curl --request PATCH \
--url https://eazymsg.com/api/v1/contact/CO33444 \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"name": "ASDF SSAD",
"email": "ansssj@email.com",
"number": "XXXXXX4138"
}'
{
"code": "0x0200",
"message": "Contact Added Successfully.",
"status": "SUCCESS"
}
Body
application/json ยท object
Response
200
application/json
OK
The response is of type object
.
curl --request PATCH \
--url https://eazymsg.com/api/v1/contact/CO33444 \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"name": "ASDF SSAD",
"email": "ansssj@email.com",
"number": "XXXXXX4138"
}'
{
"code": "0x0200",
"message": "Contact Added Successfully.",
"status": "SUCCESS"
}