Add to Wallet

Add assets to an existing wallet. Note that in the Create Wallet and Add to Wallet, API calls, the assets may also be identified by their visual reference numbers. If the assetId does not interpret as a UUID, the system will attempt to resolve it as a visual reference number.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

walletIdUUIDRequired
A globally unique identifier for the wallet.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Request

This endpoint expects an object.
ticketslist of UUIDsOptional
memberCardslist of UUIDsOptional
couponslist of UUIDsOptional
voucherslist of UUIDsOptional

Response

This endpoint returns an object.
walletIdUUID
A globally unique identifier for the wallet.
referenceNumberstring
The visual reference number associated with the wallet.
descriptionstring

A human-readable description of the wallet.

expiryDatetimestring
The expiry datetime of the wallet in ISO 8601 format. Use an empty string if not applicable.
lastPrintedAtstring
The datetime when the wallet was last printed in ISO 8601 format. Use an empty string if not applicable.
printCountinteger
The number of times the wallet has been printed.
originatesFromItemNostring or null
The item number from which the wallet originates.
externalReferenceNumberstring or null
The visual reference number associated with the wallet.
assetslist of objects or null