Hi all, I am working on some automation of updatin...
# suitetalkapi
k
Hi all, I am working on some automation of updating NetSuite when ACH payment funds are deposited into our account. I'm trying to use the SOAP api to update a payment record to change the account from Undeposited Funds to our checking account. It's very simple in the UI, but when I try to do the same thing in the SOAP request, it doesn't work.
Copy code
<Body>
        <update>
            <record internalId="1234529" xsi:type="CustomerPayment">
                <account internalId="122" type="account"/>
            </record>
        </update>
    </Body>
I get a success response from the API but nothing changed in when I pull up the payment in NetSuite. Any ideas?
b
the ui hide it behind a radios, but there are actually 2 fields set there
undepFunds is related to the account
👍 1
k
Yep, thank you. I had to set undepFunds to false