Export Contact Status

JSON-based status lookup for imported contact processing feedback.

Purpose

This endpoint returns contact processing status including error text.

Endpoint

  • Method: POST
  • URL pattern: http://<server>:<odata-port>/<service-tier>/ODataV4/<serviceName>_ContactStatusExportOData?company=<companyName|companyId>

Required Payload Fields

  • webshopChannel_P
  • contactNo_P or eMail_P

Response

  • The response contains a JSON object in value with contactNo and errorText.

Result

  • The webshop can check asynchronous contact processing status.