Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Receiving adjustments with type CHARGE via API
Hi Guys,
I need your help.
The reason that I need to receive adjustments with type CHARGE via API.
To do it, I use SOAP.
Steps:
I created an adjustment with type CHARGE.
ID 13828
Then I used the following API request:
<soap-env:Body> <search xmlns="urn:messages_2020_1.platform.webservices.netsuite.com"> <searchRecord xmlns:platformCommon="urn:common_2020_1.platform.webservices.netsuite.com" xmlns:platformCore="urn:core_2020_1.platform.webservices.netsuite.com" xsi:type="platformCommon:ChargeSearchBasic"> <platformCommon:internalId operator="anyOf"> <platformCore:searchValue internalId="13828" xsi:type="platformCore:RecordRef"/> </platformCommon:internalId></searchRecord> </search></soap-env:Body>
But NetSuite returns the empty response:
What is the reason of empty response and how to change the request to receive CHARGE via API?