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
When creating AR Adjustments in Intacct for UK companies, the tax details need to be included or the API call will fail. The SDK however, does not contain any tax related fields for this operation https://intacct.github.io/intacct-sdk-php/class_intacct_1_1_functions_1_1_accounts_receivable_1_1_abstract_ar_adjustment_line.html
Is there a way or any plans to make this field available using the SDK. The Intacct documentation does show a taxentries field that can be used with both the create and update operations. https://developer.intacct.com/api/accounts-receivable/ar-adjustments/#create-ar-adjustment-legacy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When creating AR Adjustments in Intacct for UK companies, the tax details need to be included or the API call will fail.
The SDK however, does not contain any tax related fields for this operation https://intacct.github.io/intacct-sdk-php/class_intacct_1_1_functions_1_1_accounts_receivable_1_1_abstract_ar_adjustment_line.html
Is there a way or any plans to make this field available using the SDK. The Intacct documentation does show a taxentries field that can be used with both the create and update operations.
https://developer.intacct.com/api/accounts-receivable/ar-adjustments/#create-ar-adjustment-legacy
The text was updated successfully, but these errors were encountered: