This example demonstrates an eConnect XML document that deletes a customer address from Microsoft Dynamics GP. Note the following characteristics of the document:
The XML from the document is as follows:
<eConnect xmlns:dt="urn:schemas-microsoft-com:datatypes"> <RMDeleteCustomerAddressType> <taDeleteCustomerAddress> <CUSTNMBR>AARONFIT0001</CUSTNMBR> <ADRSCODE>WAREHOUSE</ADRSCODE> </taDeleteCustomerAddress> </RMDeleteCustomerAddress> </eConnect>