Add new number plan via API

Hello,

I want to ask if there is a way to add a new number plan via API.

As I see until now, there is only get and put for number plans.

Thank you.

Hi Igkouv,

One way to figure out how APIs like this work is to open up a developer console in your browser, and then do the action in the Administrative UI. In this case it looks like you should use a GET to grab the existing configuration, and then add your new number group and use a PUT to save it. I would suggest looking at the UI behavior to see which fields to include in your new number plan.

--Jason

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.