Create a coupon recipient

POST https://{{subdomain}}.commercelayer.io/api/coupon_recipients

Request Body

{"data"=>{"type"=>"coupon_recipients", "attributes"=>{"email"=>"{{coupon_recipient_email}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"data":{"id":"xYZkjABcde","type":"coupon_recipients","links":{"self":"https://yourdomain.commercelayer.io/api/coupon_recipients/xYZkjABcde"},"attributes":{"email":"john@example.com","first_name":"John","last_name":"Smith","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"customer":{"links":{"self":"https://yourdomain.commercelayer.io/api/coupon_recipients/xYZkjABcde/relationships/customer","related":"https://yourdomain.commercelayer.io/api/coupon_recipients/xYZkjABcde/customer"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/coupon_recipients/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/coupon_recipients/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/coupon_recipients/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/coupon_recipients/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}