Skip to content

Tag: xero-api

add an attachment in Xero using php Xero api

Can anyone help me add a pdf to a Xero Invoice using the official (non calcanai) PHP SDK. I’m connected with oAuth2 and have previously created a draft invoice. I then update the invoice to Authorised and try to add an attachment to the invoice. At this point I am not getting any luck, the attachments i…

creating an invoice using OAuth2 in xero

I am following along with the code samples provided here – https://github.com/XeroAPI/xero-php-oauth2/blob/master/docs/Api/AccountingApi.md#createInvoice However, i am always receiving the following error message: “ErrorNumber”: 17, “Type”: “NoDataProcessedException”,…