MOR API number pool update

From Kolmisoft Wiki
Jump to navigationJump to search

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>