-
Hi,
How do I search payments by reference number? I entered RefId and Reference Number, but the query fails. Here is my code:
```c#
InListString query = new InListString()
…
-
```
-
Hi,
I am trying to create a payment for a certain invoice, but my code fails. What fields are incorrect?
private void CreatePayment(JMAPayment payment, SODOCUMENT doc)
{
…
-
https://developer.intacct.com/api/accounts-receivable/ar-payments/#reverse-ar-payment-legacy
-
Question since I am just beginning with these API's, but why are you parsing the response XML to JSON and not just setting the returnFormat to JSON?
-
When I try to add a new Sales Order, I don't get the key back in the result object like I believe I should.
When I dump the response out, I see the key returned but I don't know how to get it out of …
-
https://github.com/arjunshukla/hapi-intacct/blob/master/src/index.ts#L134
should be
```
this.update({ ARINVOICE: { RECORDNO: request.params.recordno, ...request.payload } });
```
-
intacct-adv.com
realpage.com
-
We did this for `get_list` - https://github.com/Intacct/intacct-sdk-php/tree/master/src/Intacct/Functions/Common/GetList
We should add something similar to build the `` block for the dev when they …
-
I can't seem to find the ability to manipulate Unit of Measures in the Intacct SDK