Here is the full request body ```<SOAP-ENV:Body...
# suitetalkapi
p
Here is the full request body
Copy code
<SOAP-ENV:Body>
        <ns3:add>
            <ns3:record xsi:type="ns1:SalesOrder">
                <ns1:entity internalId="5553"/>
                <ns1:class internalId="44"/>
                <ns1:location internalId="64"/>
                <ns1:itemList>
                    <ns1:item>
                        <ns1:item internalId="8510"/>
                        <ns1:quantity>9</ns1:quantity>
                        <ns1:units internalId="40"/>
                        <ns1:price internalId="3"/>
                    </ns1:item>
                </ns1:itemList>
                <ns1:customFieldList>
                    <ns2:customField xsi:type="ns2:SelectCustomFieldRef" internalId="custbody_gc_sales_admin_selector_2">
                        <ns2:value internalId="7499"/>
                    </ns2:customField>
                    <ns2:customField xsi:type="ns2:DateCustomFieldRef" internalId="custbody_gc_so_kpi_date">
                        <ns2:value>2020-05-20T00:00:00</ns2:value>
                    </ns2:customField>
                </ns1:customFieldList>
            </ns3:record>
        </ns3:add>
    </SOAP-ENV:Body>