We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK you're using (please complete the following information): 2.14
Describe the bug Its not a bug, i just need to create a new Bill but i cant seem to find the object in the API. How do you create a new BIll?
To Reproduce I am including a screenshot of the object in Xero that i need to create using the Java api
Screenshots
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
PETOSS-302
Sorry, something went wrong.
Thanks for raising an issue, a ticket has been created to track your request
You use the create invoices call, https://xeroapi.github.io/Xero-Java/v4/accounting/index.html#api-Accounting-createInvoices. The type is ACCPAY for bills as opposed to ACCREC for sales invoices.
Xero Developer Centre: Invoices endpoint
No branches or pull requests
SDK you're using (please complete the following information):
2.14
Describe the bug
Its not a bug, i just need to create a new Bill but i cant seem to find the object in the API. How do you create a new BIll?
To Reproduce
I am including a screenshot of the object in Xero that i need to create using the Java api
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: