events_Get
Get new events by specific section. Will return the events in ascending order, oldest first.
Parameters: section: Allowed sections are: all, account, customer, invoice, market, order, paymentterm, pricelist, salesrep, shippingterm, size,
warehouse.
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
Request:
POST /amsdocs/system/service/module/soap/api HTTP/1.1
Host: demo-docs.centra.com
Connection: Keep-Alive
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://www.centra.com/webservices/Events_Get"
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.centra.com/webservices/">
<SOAP-ENV:Body>
<ns1:events_GetRequest>
<ns1:login>
<ns1:username>demo</ns1:username>
<ns1:password>demo</ns1:password>
</ns1:login>
<ns1:type>string</ns1:type>
</ns1:events_GetRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response:
HTTP/1.1 200 OK Date: Sat, 23 Nov 2024 11:46:03 GMT Content-Type: text/xml; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive X-Centra-Request-ID: 1_fe91b06e022f6181a75e0af2bd1e3da1 X-Correlation-ID: centra_1_fe91b06e022f6181a75e0af2bd1e3da1 Content-Security-Policy-Report-Only: default-src 'self' https://centra-pdf-generator.s3.eu-west-1.amazonaws.com/; style-src 'self' 'unsafe-inline' https://www.gstatic.com/charts/; img-src 'self' data: https://demo-docs.centracdn.net/ https://maps.gstatic.com/ https://www.googletagmanager.com/ https://www.gstatic.com/ https://www.google-analytics.com/; connect-src 'self' https://centra.systems/ https://www.google-analytics.com/ https://www.gstatic.com/charts/ https://*.ingest.sentry.io/; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://centra.systems/ https://www.googletagmanager.com/gtm.js https://www.google-analytics.com/analytics.js https://maps.googleapis.com/ https://www.gstatic.com/charts/; frame-src 'none'; font-src 'self'; object-src 'none'; report-uri https://centra.report-uri.com/r/d/csp/reportOnly; Cache-Control: max-age=0, private, must-revalidate Set-Cookie: centrasess=654d45df7dc134d6b095246e8a1586b9; expires=Sun, 24 Nov 2024 11:46:03 GMT; Max-Age=86400; path=/amsdocs/; secure; HttpOnly X-mem: 4.0 MB X-max-mem: 4.0 MB Strict-Transport-Security: max-age=63072000 X-Frame-Options: DENY X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.centra.com/webservices/"> <SOAP-ENV:Body> <ns1:events_Get> <ns1:events> <ns1:event> <ns1:id>string</ns1:id> <ns1:type>string</ns1:type> <ns1:entry>string</ns1:entry> <ns1:mission>update or delete</ns1:mission> <ns1:date>2024-11-23T12:46:03+01:00</ns1:date> <ns1:data> <ns1:account/> <ns1:customer/> <ns1:invoice/> <ns1:market/> <ns1:order/> <ns1:pricelist/> <ns1:salesrep/> <ns1:size/> <ns1:warehouse/> <ns1:stock/> </ns1:data> </ns1:event> </ns1:events> </ns1:events_Get> </SOAP-ENV:Body> </SOAP-ENV:Envelope>