Update Card
Update specific details of a member card, such as expiry date or PIN code. This endpoint allows for modifications to card attributes without needing to replace the entire card.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
cardId
Unique identifier for a card.
Headers
x-api-version
Used for API versioning. More details.
Request
This endpoint expects an object.
expiryDate
The expiry date of the card.
pinCode
The PIN code associated with the card.
temporary
Indicates whether the card is temporary.
Response
This endpoint returns an object.
card
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.
