API Reference
Contact
Updates a Contact defined by id.
PUT
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
id
string
*BODY PARAMETERS
body
ContactInput
brandId
string
Example: 9d885046-f7bf-401e-8f02-83e261553f5b
The brand if for a specific website / brand (use GET of Websites API endpoint first)
firstname
string
Example: Adrian
First name of contact
lastname
string
Example: Dray
Last name of contact
email
string
Example: adrian@email.com
Email address of contact
imageUrl
string
Example: https://dealmaker.blob.core.windows.net/images/t_0a9ab71cd20f4bf1b11130e71479743d/silhouette_male.png
URL to image
phone
string
Example: +49 171 6819254
Phone number of contact
RESPONSES
200
Updated testimonial.
Contact
id
string<uuid>
created
string<date-time>
firstName
string
lastName
string
phone
string
email
string
imageUrl
string
400
Bad Request
string
404
Not Found
string
500
Server Error
string
Updated 03 Mar 2023
Did this page help you?