Anyone have a generic SOAP request to transform a ...
# integrations
a
Anyone have a generic SOAP request to transform a sales order to invoice example
f
Copy code
<soapenv:Body>
        <urn:transformRecord>
            <urn:recordType>salesOrder</urn:recordType>
            <urn:internalId>SALES_ORDER_INTERNAL_ID</urn:internalId>
            <urn:transformType>invoice</urn:transformType>
            <urn:transformOptions>
                <urn1:copyCustomFields>true</urn1:copyCustomFields>
                <urn1:ignoreMandatoryFields>false</urn1:ignoreMandatoryFields>
            </urn:transformOptions>
        </urn:transformRecord>
    </soapenv:Body>

You can also do this with REST.
a
Interesting I found documentation about using Initialize