Add Card

POST

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

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

membershipIdUUIDRequired

Unique identifier for a membership.

memberIdintegerRequired

Unique identifier for a member.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
cardNumberstringRequired

Unique identifier for a card.

expiryDatedateRequired

The expiry date of the card.

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.