POST /emails/contact-us
Pass the following properties via application/json or form encoding in the body of the request.
A dictionary with fields
Field | Type | Description |
---|---|---|
name | String | A String value |
Email address | ||
telephone | String | A String value |
message | String | A String value |
POST /emails/contact-us HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.0
Accept-Language: en-US,en;q=0.5
Content-Type: application/json
Content-Length: 102
{
"name": "...",
"email": "example@domain.com",
"telephone": "...",
"message": "..."
}
HTTP/1.1 200 OK