Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 466 Bytes

unlink-customer-from-gift-card-request.md

File metadata and controls

23 lines (14 loc) · 466 Bytes

Unlink Customer From Gift Card Request

A request to unlink a customer from a gift card.

Structure

UnlinkCustomerFromGiftCardRequest

Fields

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

Example (as JSON)

{
  "customer_id": "GKY0FZ3V717AH8Q2D821PNT2ZW"
}