/Messages/ContactFFL POST

Contact a dealer with a valid FFL.

URL
/Messages/ContactFFL
Verb
POST

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the body of the request.

Parameter Data Type Valid Values Description
FFLID integer positive # ID of the FFL to send to.
BCCToMySelf boolean true/false Indicates if a Blind Carbon Copy should be sent to the logged in user
Message string string Message body

Output

If the user fails permission to send a message, you will receive a 400 BadRequest and a Message Response indicating the reason.

If the id passed does not result in a valid FFL, you will receive a 404 NotFound and a Message Response indicating the reason.

If there are no errors with the input parameters, this call will respond with a 200 OK and a Message Response indicating success.