Skip to main content

MarkCeContactStoreInvoicesAsExportedInput

Defines the input for marking invoices as exported in a continuing education contact store.

When an invoice is marked as exported, the exportedAt field is populated with the current UTC date. This helps track processing of invoices when integrated with another system.

input MarkCeContactStoreInvoicesAsExportedInput {
ceContactStoreId: ID!
invoiceIds: [String!]!
}

Fields

MarkCeContactStoreInvoicesAsExportedInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the invoices associated with.

MarkCeContactStoreInvoicesAsExportedInput.invoiceIds ● [String!]! non-null scalar

The identifiers of the invoices to mark as exported (maximum 2000 identifiers).

Member Of

markCeContactStoreInvoicesAsExported mutation