intacct / intacct-sdk-php

Official repository of the Sage Intacct SDK for PHP
https://developer.intacct.com/tools/sdk-php/
Apache License 2.0
25 stars 33 forks source link

Create AR Adjustment records using TAXENTRIES #192

Open SB-ALX opened 1 year ago

SB-ALX commented 1 year ago

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