Settings and activity
4 results found
-
31 votes
Phil Mulligan
supported this idea
·
-
6 votes
Phil Mulligan
supported this idea
·
An error occurred while saving the comment An error occurred while saving the comment
Phil Mulligan
commented
Checkout the documentation - under the heading Creating many resources ..
https://developer.xero.com/documentation/api/requests-and-responsesThe recommended method for creating Many Resources is
POST /api.xro/2.0/Invoices?summarizeErrors=false
The response then includes all submitted objects, but for each object it will have an additional field for validation_errors.
For objects that have been successfully created/updated it will include the xero id for the object. -
13 votes
Phil Mulligan
supported this idea
·
-
4 votes
Phil Mulligan
supported this idea
·
An error occurred while saving the comment
Phil Mulligan
commented
I believe this is virtually the same as the suggestion for Batch Payments
https://xero.uservoice.com/forums/5528-xero-accounting-api/suggestions/10904277-support-for-batch-paymentsThis is really necessary as we automate direct debits of AR & direct deposit of AP invoices.
you can get this functionality using parameter summarizeErrors=true, but this should be the default handling rather than having to specify it directly