Update Virtual Numbers
This downloads our complete API collection, including all endpoints—not just this specific endpoint.
Lets you update the virtual numbers associated with your telephony connector. You need to pass the “ConnectorId” in the API URL.
API URL
URL
POST
https://{host}/v2/Telephony.svc/UpdateVirtualNumbers?accessKey=AccessKey&secretKey=SecretKey&connectorId=ConnectorId
URL Parameters
Parameter | Description |
---|---|
ConnectorId | Please contact support@leadsquared.com to get this. |
Request
Content-Type: application/jsonJSON Body/Payload
[{ "PhoneNumber": "+91-9611795988", "Tag": "HelloWorld" }, { "PhoneNumber": "+91-9611795922", "Tag": "HelloWorld" }]
Request Parameters
Parameter | Description |
---|---|
PhoneNumber | This is the virtual phone number you need to update. You can pass multiple numbers in the JSON. |
Tag | This is the tag associated with the number. |