Update a gift card recipient

PATCH https://{{subdomain}}.commercelayer.io/api/gift_card_recipients/{{gift_card_recipient_id}}

Request Body

{"data"=>{"type"=>"gift_card_recipients", "id"=>"{{gift_card_recipient_id}}", "attributes"=>{"email"=>"{{gift_card_recipient_email}}", "first_name"=>"{{gift_card_recipient_first_name}}", "last_name"=>"{{gift_card_recipient_last_name}}"}, "relationships"=>{"customer"=>{"data"=>{"type"=>"customers", "id"=>"{{gift_card_recipient_rel_id}}"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"data":{"id":"xYZkjABcde","type":"gift_card_recipients","links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_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/gift_card_recipients/xYZkjABcde/relationships/customer","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/customer"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/gift_card_recipients/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}