/message/ - CreateMessage
POST {{host}}/message/
A request that allows you to create a message in the Message API.
Request Body
{"name"=>"James Dean", "email"=>"james@email.com", "phone"=>"01402 619211", "subject"=>"Booking enquiry", "description"=>"I would like to book a room at your place"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
accept | string | ||
Referer | null | ||
Content-Type | string |
RESPONSES
status: Created
{"messageid":2,"name":"James Dean","email":"james@email.com","phone":"01402 619211","subject":"Booking enquiry","description":"I would like to book a room at your place"}