Phil Mulligan
My feedback
4 results found
-
76 votesPhil Mulligan supported this idea ·
-
10 votesPhil Mulligan supported this idea ·
An error occurred while saving the comment An error occurred while saving the comment Phil Mulligan commentedCheckout 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. -
26 votesPhil Mulligan supported this idea ·
-
9 votesPhil Mulligan supported this idea ·
An error occurred while saving the comment Phil Mulligan commentedI 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