Website API

Create a new sales event signup (with errors)

Signs up the user to attend the specified sales event.

Returns a JSON object of errors if any parameter validations failed.

Parameters

Name Description
name Name
email Email Address
sales_event_id Sales Event ID
phone Phone Number
ip_address IP Address
visitor_id Visitor ID
data Additional data (JSON)
opt_in Whether or not to send marketing emails (boolean)
submission_url The URL where the form was submitted from
metadata Marketing data

Request

Headers

Authorization: [your_auth_token]
Accept: application/json
Content-Type: application/json

Route

POST /api/v1/website/sales_event_signups

Response

Headers

Content-Type: application/json

Status

422

Body