This mutation starts the invoice delivery process.
Sample Mutation
Start the delivery process of the invoice ID 1281ac66-b192-437c-9de3-610861643fd6:
mutation{
startInvoiceDelivery(invoiceID:"1281ac66-b192-437c-9de3-610861643fd6")
}
Sample Response
{
"data": {
"startInvoiceDelivery": true
}
}
Argument
Name | Type | Description | Required |
---|---|---|---|
invoiceID | UUID | The invoice ID. | Yes |
Returns
Name | Type | Description |
---|---|---|
startInvoiceDelivery | Boolean | The confirmation of the invoice delivery starting process. |
Example
Start the delivery invoice by invoice ID: