The search criteria for the loyalty accounts.
SearchLoyaltyAccountsRequestLoyaltyAccountQuery
Name | Type | Tags | Description |
---|---|---|---|
mappings |
LoyaltyAccountMapping[] | null | undefined |
Optional | The set of mappings to use in the loyalty account search. This cannot be combined with customer_ids .Max: 30 mappings |
customerIds |
string[] | null | undefined |
Optional | The set of customer IDs to use in the loyalty account search. This cannot be combined with mappings .Max: 30 customer IDs |
{
"mappings": [
{
"id": "id8",
"created_at": "created_at6",
"phone_number": "phone_number4"
},
{
"id": "id8",
"created_at": "created_at6",
"phone_number": "phone_number4"
},
{
"id": "id8",
"created_at": "created_at6",
"phone_number": "phone_number4"
}
],
"customer_ids": [
"customer_ids5",
"customer_ids4",
"customer_ids3"
]
}