Response to a search request. Contains the array of account information matching the search criteria. If no matching accounts were found, the service should return a 404 response.
Array of objects (AccountInfo) A list of loyalty accounts that match the criteria from the search request. |
{- "accounts": [
- {
- "identifier": "string",
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "email": "string",
- "pointsBalance": "string"
}
]
}