Avy Faingezicht
09/26/2023, 7:12 PMbattk
09/26/2023, 7:16 PMAvy Faingezicht
09/26/2023, 7:19 PM{
'criteria': {
'tranId': {
'searchValue': 'JE123',
'operator': 'is'
}
},
'columns': None,
'savedSearchId': None,
'savedSearchScriptId': None
}
and also
{
'criteria': None,
'columns': None,
'savedSearchId': None,
'savedSearchScriptId': None,
'tranId': {
'searchValue': 'JE123',
'operator': 'is'
}
}
but the request just returns the first 100 transactionsbattk
09/26/2023, 7:24 PMAvy Faingezicht
09/26/2023, 7:28 PM<soap-env:Body>
<ns0:search xmlns:ns0="urn:messages_2019_1.platform.webservices.netsuite.com">
<ns0:searchRecord xsi:type="ns1:TransactionSearchAdvanced" xmlns:ns1="urn:<http://sales_2019_1.transactions.webservices.netsuite.com|sales_2019_1.transactions.webservices.netsuite.com>" xmlns:xsi="<http://www.w3.org/2001/XMLSchema-instance>"/>
</ns0:search>
</soap-env:Body>
battk
09/26/2023, 7:35 PMbattk
09/26/2023, 7:39 PMAvy Faingezicht
09/26/2023, 8:01 PMbattk
09/26/2023, 8:05 PM