battk
04/24/2020, 2:24 PM<soapenv:Envelope xmlns:soapenv="<http://schemas.xmlsoap.org/soap/envelope/>" xmlns:xsi="<http://www.w3.org/2001/XMLSchema-instance>" xmlns:urn="urn:<http://messages_2018_1.platform.webservices.netsuite.com|messages_2018_1.platform.webservices.netsuite.com>" xmlns:urn1="urn:<http://core_2018_1.platform.webservices.netsuite.com|core_2018_1.platform.webservices.netsuite.com>">
<soapenv:Header>
<urn:tokenPassport>
<urn1:account>{{ACCOUNT_ID}}</urn1:account>
<urn1:consumerKey>{{CONSUMER_KEY}}</urn1:consumerKey>
<urn1:token>{{TOKEN_ID}}</urn1:token>
<urn1:nonce>{{nonce}}</urn1:nonce>
<urn1:timestamp>{{timestamp}}</urn1:timestamp>
<urn1:signature algorithm="HMAC-SHA256">{{signature}}</urn1:signature>
</urn:tokenPassport>
</soapenv:Header>
<soapenv:Body>
<urn:add xmlns:ns1="urn:sales_2018_1.transactions.webservices.netsuite.com" xmlns:ns2="urn:core_2018_1.platform.webservices.netsuite.com" xmlns:ns3="urn:messages_2018_1.platform.webservices.netsuite.com">
<ns3:record xsi:type="ns1:SalesOrder">
<ns1:entity internalId="9"/>
<ns1:itemList>
<ns1:item>
<ns1:item internalId="9"/></ns1:item>
</ns1:itemList>
<ns1:customFieldList>
<ns2:customField xsi:type="ns2:SelectCustomFieldRef" scriptId="custbody_gc_sales_admin_selector_2">
<ns2:value internalId="3"/>
</ns2:customField>
<ns2:customField xsi:type="ns2:DateCustomFieldRef" scriptId="custbody_gc_so_kpi_date">
<ns2:value>2020-05-20T00:00:00</ns2:value>
</ns2:customField>
</ns1:customFieldList>
</ns3:record>
</urn:add>
</soapenv:Body>
</soapenv:Envelope>