triggerMigrateMarketplaceProcess
Triggers the process to migrate invoices from the specified marketplace
This page contains
Arguments
| input TriggerMigrateMarketplaceProcessInput! PREVIEW |
TriggerMigrateMarketplaceProcessInput fields
| tenant String! | |
| userId ID | |
| accountId ID | |
| statusList [MigrateMarketplaceStatus] PREVIEW | |
| startPage Int | |
| allowPaidInvoices Boolean | Must be set to true when statusList includes PAID, as a confirmation that replaying paid invoices is intentional |
Return Fields
| requestId ID! | |
| status String! |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.