ProSBC:Restful API SIP Domain
Create and modify a SIP Domain in your system with RestFul API using JSON in the following format:
Important parameters in the JSON file
Add a new SIP Domain
Add a new SIP Domain with the POST command:
ProSBC creates a new SIP Domain from the name in the JSON file.
Example: Using the Postman tool, the URL is:
If the new SIP Domain is created successfully, the following message is returned:
Modify a SIP Domain
Modify the existing SIP Domain with the PUT command:
Example: Using the Postman tool, the URL is
If the update is successful, the following message is returned:
Last updated
Was this helpful?