Create a Log Entry

Creates a new log entry in Compliance Screening logs.

This allows you to use AEB Trade Compliance Management as a central storage for logging data to have one central application that serves as an audit trail.

Check results of address screening are typically logged there by the AEB application. It could make sense to write additional logs about processes in the host system like blocking or unblocking of checked business partners or orders.

TechnologyLink to documentation
RESTlogEntry
SOAPRexBF (WSDL)
protocolClientSystemEvent (JavaDoc)
{
  "level": "INFO",
  "clientIdentCode": "APITEST",
  "profileIdentCode": "DEFAULT",
  "clientSystemId": "API-TEST",
  "referenceId": "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP",
  "referenceComment": "Customer no.: 4711, Client: 800, User: BEN003, Pc: PC-PHILIPP",
  "info": "The compliance lock for order 4711 was removed.",
  "userIdentification": "MUELLER",
  "module": "ComplianceScreening",
  "happendAtDate": {
    "dateInTimezone": "2017-12-31 14:49:36",
    "timezone": "GMT+01:00"
  }
}
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:de.aeb.xnsg.rex.bf">
  <soapenv:Header/>
  <soapenv:Body>
    <urn:protocolClientSystemEvent>
      <event>
        <clientIdentCode>?</clientIdentCode>
        <clientSystemId>?</clientSystemId>
        <info>?</info>
        <level>?</level>
        <module>?</module>
        <profileIdentCode>?</profileIdentCode>
        <referenceComment>?</referenceComment>
        <referenceId>?</referenceId>
        <userIdentification>?</userIdentification>
        <happendAtDate>
          <dateInTimezone>?</dateInTimezone>
          <timezone>?</timezone>
        </happendAtDate>
      </event>
    </urn:protocolClientSystemEvent>
  </soapenv:Body>
</soapenv:Envelope>