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

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

cardIdUUIDRequired
Unique identifier for a card.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
expiryDatedateOptional
The expiry date of the card.
pinCodestringOptional
The PIN code associated with the card.
temporarybooleanOptional
Indicates whether the card is temporary.

Response

This endpoint returns an object.
cardobject
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.