Invoice Preview Input

Input representation of the details of the billing transaction that the preview invoices are generated for.
JSON example
{
    "billingTransactionId": "801Z600000004LoIAI",
    "previewDate": "2024-12-04"
}
Properties
Name Type Description Required or Optional Available Version
billing​TransactionId String ID of the record to generate the preview invoices for. Required 63.0
preview​Date String

The date on which the preview invoice is generated. For the first invoice, the preview date is the target date for generating the invoice. For the second invoice, the target date is calculated based on the preview date and the minimum billing frequency of the transactions.

The default value is the current date.

Optional 63.0