Export Contact

SOAP method for exporting contact data from Business Central.

Purpose

This method exports contact master data per channel, optionally filtered to one contact.

Method

  • Operation: ContactExport
  • Service: Codeunit BEConnect as SOAP web service

Required Parameter

  • webshopChannel_P

Optional Parameters

  • contactNo_P
  • incremental_P

Response

  • XML in contactExport_PX with contact fields such as name, address, country, and communication data.

Result

  • The webshop receives current contact master data.