Add Card
This endpoint allows you to add an additional card for an existing member under a specific membership. It is useful when a member needs a new card for identification or for cases where multiple cards are allowed for the same member (e.g., secondary or replacement cards).
Path parameters
Your Entra Tenant ID. More details.
Your Business Central Environment. More details.
Your Business Central Company. More details.
Unique identifier for a membership.
Unique identifier for a member.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Used for API versioning. More details.
Request
Unique identifier for a card.
The expiry date of the card.
Response
The MemberCardEntity describes the attributes of a card linked to a Member. It is used within other composite DTOs to represent the cards associated with a member or membership.