/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

KeyDatatypeRequiredDescription
acceptstring
Referernull
Content-Typestring

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"}