MakeSellerCallTotals.wr

04-24-2017

This method queues a report to be generated that shows the call totals on a specific date range for the clients of clientID. If no clientid is provided, your session contextclientid is assumed. If no startdate is provided, the date of 1-1-1980 is assumed. If no enddate is provided, today's date is assumed.

Parameters

  • Number : clientid - (optional) ClientID of seller to the clients
  • Number : startdate - (optional) Date format MM-DD-YYYY
  • Number : enddate - (optional) Date format MM-DD-YYYY

Useage

Example Request

GET /makeSellerCallTotals.wr?sidtoken=000000000000000000000000000&clientid=67890 HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

Example Response

{"response":"confirmed","url":"http://www.singlestelephone.com/reports/SellerCallTotals_Rndb4b6voxN.csv"}