-
Hi All,
Looks like there is an issue on the class allowed types in a organization:
version: "xeroapi/xero-php-oauth2": "2.23.3"
in '\vendor\xeroapi\xero-php-oauth2\lib\Models\Accounting\Organi…
-
Using xero_python==6.3.0
To reproduce:
```
api_client = ApiClient(...)
accounting_api = AccountingApi(_api_client)
...
accounting_api.delete_credit_note_allocations(
xero_tenant_id=XE…
-
**SDK you're using (please complete the following information):**
- Version Xero.NetStandard.OAuth2 9.2.0
**Describe the bug**
We have upgraded from Xero.NetStandard.OAuth2 6.0.0 to **Xero.NetSt…
-
Hi. I've just started using the xero-python SDK (v 6.3.0) to retrieve Invoices. There appears to be an issue in the client when serializing UUID fields
This code:
```python
response = accounting_…
-
**SDK you're using (please complete the following information):**
- Version ^9.3.0-alpha.5
**Describe the bug**
Permit number is nowhere to be found on SDK response of either `xero.accountingApi…
-
**SDK you're using (please complete the following information):**
- Version [2.1.3]
**Describe the bug**
When trying to connect to Xero using Xero's PHP API, the following error is thrown:
Mess…
-
**SDK you're using (please complete the following information):**
- Version 9.1.0
- IdentityModel 7.0.0
**Describe the bug**
After updating to v9.1.0, and v7.0.0 of IdentityModel and removing …
-
[API docs](https://xeroapi.github.io/xero-ruby/accounting/index.html#api-Accounting-getAccounts) say:
```ruby
xero_client.set_token_set(user.token_set)
xero_tenant_id = 'YOUR_XERO_TENANT_ID'
i…
-
**SDK you're using (please complete the following information):**
- Version 9.0.0
**Describe the bug**
We've been going crazy trying to match the `xero_userid` returned by the OAuth process agai…
-
I can successfully add a blank timesheet for an employee, however when I try to add a timesheet line I am getting a Bad Request response.
`
$numberOfUnits = array ("1", "2", "3", "4", "5", "6", "7…