Fix bad request
This commit is contained in:
@ -220,7 +220,9 @@ namespace Hcs.Client.Api.Request.Bills
|
||||
Items1 = [paymentInformations[entry.paymentInformation].TransportGUID],
|
||||
AccountGuid = entry.accountGuid,
|
||||
PaymentDocumentNumber = entry.paymentDocumentNumber,
|
||||
Items = [.. chargeInfo]
|
||||
Items = [.. chargeInfo],
|
||||
Item = true,
|
||||
ItemElementName = entry.exposeNotWithdraw ? ItemChoiceType5.Expose : ItemChoiceType5.Withdraw
|
||||
};
|
||||
|
||||
if (entry.debtPreviousPeriods.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user