SwitchClientId.wr

04-24-2017

This method changes the client context of the views and permissions for a specific session. Returned object should reflect the client ID that was requested, or should be an error.

Parameters

  • Number : clientid - Client id of the account you wish to switch context to.

Useage

Example Request

POST /switchclientid.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

sidtoken=000000000000000000000000000&clientid=67890

Example Response

{"clientid":67890}