Call an UpdateConnector using a token (own app connector)

An external application calls an UpdateConnector on the basis of a token.

You can find all endpoints on this page.

Contents

SOAP call

Download an XML example file

  • token

    Token of the user who executes the connector. Use a CDATA tag for the token; see the XML example to be downloaded.

Specific to this connector:

  • ConnectorType: Name of the UpdateConnector
  • dataXml: XML that must be run in Profit to add, change or delete records.

    The dataXML must be sent to the Connector as a string (CDATA). Please also refer to the comments for the SOAP UI.

SOAP call to retrieve an XSD schema

Profit Connector for retrieving the XSD schema for an UpdateConnector.

Download an XML example file

  • token

    Token of the user who executes the connector. Use a CDATA tag for the token; see the XML example to be downloaded.

Specific to this connector:

  • dataID: GetXmlSchema
  • parametersXml
    • UpdateConnectorId: name of the UpdateConnector, for example 'KnSalesRelationOrg'.
    • EncodeBase64: true / false. Determines whether the output must be in the Base64 format.
    • XML that must be run in Profit to add, change or delete records.

    The XML must be sent to the Connector as a string (CDATA). Please also refer to the comments for the SOAP UI.

Directly to

  1. Call your own app connector
  2. Call a GetConnector
  3. Call an UpdateConnector
  4. Call a ReportConnector
  5. Call a SubjectConnector
  6. Call a VersionInfoConnector