Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 450 Bytes

link-customer-to-gift-card-request.md

File metadata and controls

23 lines (14 loc) · 450 Bytes

Link Customer to Gift Card Request

A request to link a customer to a gift card.

Structure

LinkCustomerToGiftCardRequest

Fields

Name Type Tags Description
customerId string Required The ID of the customer to link to the gift card.
Constraints: Minimum Length: 1, Maximum Length: 191

Example (as JSON)

{
  "customer_id": "GKY0FZ3V717AH8Q2D821PNT2ZW"
}