Skip to main content

CartGiftVoucherDto

A gift voucher flagged on a cart. SOAP equivalent: ACPO_AllocGiftVoucher.

articleIdinteger<int32>required

Voucher article identifier (SOAP: ID_Article).

barcodestringnullable

Voucher bar code (SOAP: Barcode).

amountnumber<double>required

Net amount (SOAP: Amount = Article.Amount - Article.Amount10).

amountDetailnumber<double>[]nullable

Amount breakdown, 10 slots (SOAP: AmountDetail).

CartGiftVoucherDto
{
"articleId": 0,
"barcode": "string",
"amount": 0,
"amountDetail": [
0
]
}