Skip to main content

CreateInvoicesInput

Represents the input required to create invoices.

input CreateInvoicesInput {
clientId: ClientID!
month: Date!
serviceArea: ServiceArea
}

Fields

CreateInvoicesInput.clientId ● ClientID! non-null scalar

The unique identifier for the client. This identifies the client for whom the billing period is being reopened.

CreateInvoicesInput.month ● Date! non-null scalar

The month for which the billing period is being reopened.

CreateInvoicesInput.serviceArea ● ServiceArea enum

This service area is used to reopen only parts of the billing period. This will not work if any invoice in this area is already issued.

Member Of

createInvoices mutation