Web Service API - Introduction
The c-entron web service allows you to access and process c-entron data remotely. The web service uses the same code base as c-entron.NET.
The web service provides two endpoints: /REST and /RESTC.
With /REST, a request in JSON format is sent to the web service via HTTP POST.
With /RESTC, this endpoint works in the same way as /REST, with the special feature that the requests and responses are zipped using GZip.

Endpoint RESTC
Example header for request
POST https://[server]/CentronService/RESTC/SearchAccountsThroughPagingContent-Type: application/json; charset=utf-8Host: [server]Content-Length: 483Expect: 100-continueAccept-Encoding: gzip, deflate
Example header for response
HTTP/1.1 200 OKTransfer-Encoding: chunkedContent-Type: application/jsonServer: Microsoft-HTTPAPI/2.0Date: Thu, 01 Aug 2019 09:34:19 GMT