ConnectApi.InvoiceInputRepresentation

Input representation of the details of the billing schedule.
Property Type Description Required or Optional Available Version
action ConnectApi.InvoiceAction

Type of invoice to be created. Valid values are:

  • Draft
  • Posted
Required 62.0
billing​ScheduleIds List<String>

List of billing schedule IDs that’s used to create the invoices. You can specify a maximum of 200 billing schedules.

Required 62.0
correlation​Id String

Property that’s tagged against the published InvoiceProcessedEvent event, if specified.

Optional 62.0
invoice​Date String

Stamping date of the invoice in ISO 8601 format.

Required 62.0
target​Date String

Date in ISO 8601 format used to decide the billing periods that are included to create invoices.

Required 62.0