Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Payments push with custrom fields via SOAP
I am trying to post a payment to NetSuite using SOAP. My intent is to pass payment-level custrom field with internal ID "custbody53", but no success.
My request:
<soapenv:Body>
<add xmlns="urn:messages_2020_1.platform.webservices.netsuite.com">
<record xsi:type="ns8:CustomerPayment" externalId="Yaypay-112" xmlns:ns8="urn:customers_2020_1.transactions.webservices.netsuite.com">
<ns8:arAcct xsi:type="ns9:RecordRef" type="account" internalId="7" xmlns:ns9="urn:core_2020_1.platform.webservices.netsuite.com"/>
<ns8:customer xsi:type="ns10:RecordRef" type="customer" internalId="1662" xmlns:ns10="urn:core_2020_1.platform.webservices.netsuite.com"/>
<ns8:currency xsi:type="ns11:RecordRef" type="currency" internalId="1" xmlns:ns11="urn:core_2020_1.platform.webservices.netsuite.com"/>
0