PortalAdmin.WebAPI

<back to all web services

admin.client.list.getby.ani

Return Client data list found by ANI Number.
Require admin authentification.
Authenticate in Http Headers Authorization: Basic Base64(login#admin:SHA1(password)).

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/syncreply/admin.client.list.getby.ani HTTP/1.1 
Host: pbxlogin.co.za 
Content-Type: application/json
Content-Length: length

{"ani":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"data":[{"idClient":0,"clientType":0}],"responseStatus":{"errorCode":"String", "message":"String", "stackTrace":"String", "errors":[{"errorCode":"String", "fieldName":"String", "message":"String"}]}}