POST /management/emails/referral
This endpoint requires authentication.
Header | Value |
---|---|
Authorization | Set the value to Bearer + + access_token |
Pass the following properties via application/json or form encoding in the body of the request.
A dictionary with fields
Field | Type | Description |
---|---|---|
shop | Dictionary | A dictionary with fields |
message | String | A String value |
POST /management/emails/referral HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.8.0
Accept-Language: en-US,en;q=0.5
Content-Type: application/json
Content-Length: 162
{
"shop": {
"name": "...",
"street": "...",
"nr": "...",
"zipcode": "...",
"city": "..."
},
"message": "..."
}
HTTP/1.1 200 OK