> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/general/request-and-responses/loyaltycardregistrationrequest.md).

# LoyaltyCardRegistrationRequest

### Object description <a href="#object-description" id="object-description"></a>

| Field       | Type                                                                                                                                                                         | Required | Description                     |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------------------------------- |
| loyaltyCard | <p><a href="/general/data-object-description/default-loyalty-card.md">DefaultCard</a></p><p><a href="/general/data-object-description/bonusloyaltycard.md">BonusCard</a></p> | Yes      | Registered store loyalty card   |
| value       | String                                                                                                                                                                       | Yes      | Inserted value by client        |
| personId    | String                                                                                                                                                                       | Yes      | Smarts client unique identifier |
| personEmail | String                                                                                                                                                                       | Yes      | Smarts client email             |
| personName  | String                                                                                                                                                                       | Yes      | Smarts client name              |
