PortalAdmin.WebAPI

<back to all web services

admin.rcs.profile.set

HTTP + JSON

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

POST /json/syncreply/admin.rcs.profile.set HTTP/1.1 
Host: pbxlogin.co.za 
Content-Type: application/json
Content-Length: length

{"data":{"clientId":0,"sipLogin":"String", "username":"String", "firstName":"String", "lastName":"String", "countryCode":"String", "phone":"String", "email":"String", "country":"String", "city":"String", "sex":"String", "birthday":"String", "timeZone":0}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"status":0,"responseStatus":{"errorCode":"String", "message":"String", "stackTrace":"String", "errors":[{"errorCode":"String", "fieldName":"String", "message":"String"}]}}