MOR API number pool update
From Kolmisoft Wiki
Revision as of 07:58, 20 October 2022 by Edvardas (talk | contribs) (Created page with "=Description= MOR API for updating number pools. <br><br> =Usage= * From '''MOR X17''' call: '''/api/number_pool_update''' * Methods: POST, GET(if allowed, not recomended) <br><br> ===Parametres=== * u - username to login. '''Required'''. * number_pool_id - Selects Number Pool. '''Required'''. * name - Number Pool's name * comment - Number Pool's comment * hash – SHA1 hash constructed using '''API Secret Key''' (MOR API hash co...")
Description
MOR API for updating number pools.
Usage
- From MOR X17 call: /api/number_pool_update
- Methods: POST, GET(if allowed, not recomended)
Parametres
- u - username to login. Required.
- number_pool_id - Selects Number Pool. Required.
- name - Number Pool's name
- comment - Number Pool's comment
- hash – SHA1 hash constructed using API Secret Key ( More described in Constructing hash). Required.
Request
If API Secret Key = secret
You send:
HTML POST: http://<SERVER IP>/billing/api/number_pool_update?u=admin&number_pool_id=2&name=test_test2&comment=test_comment2&hash=e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4
Returns
Success
<?xml version="1.0" encoding="UTF-8"?> <page> <status> <success>Number Pool updated</success> </status> </page>