UpdateBillMethods.wr

04-24-2017

This method allows the "Parent Seller" to add/subtract the billing methods that the "Child Seller" is permitted to use to sell to the "Child Sellers" customers.

Parameters

  • String : billmethodids - Comma separated list of billmethod IDs
  • Number : childsellerid - undefined
  • Number : originalid - undefined
  • Number : parentsellerid - undefined

Useage

Example Request

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

sidtoken=000000000000000000000000000&parentsellerid=12345&childsellerid=67890&originalid=1&billmethodids=12889,11559

Example Response

{"response":"confirmed"}