invoiceMergeUndo
Graphql fields and variables for the invoiceMergeUndo mutation
Undo the merge of two or more invoices
Scope required: billing:write
mutation invoiceMergeUndo ($invoiceId: ID!) {
invoiceMergeUndo (invoiceId: $invoiceId) {
errors
sourceInvoices
}
}Arguments
{
"invoiceId": "456123"
}Name
Type
Description
invoiceId
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
