From IQsimWiki
(Difference between revisions)
Latest revision as of 10:53, 8 March 2017
XIQS Create License - License Management
Description
|
- createXIQSLicense ( String license_code [, Integer license_type ] [, Long id_partition ] )
- Add a license code for current partition and returns the new entry Id.
If current logged user is administrator, he should specify the target partition and license type for this new entry.
|
Parameters
|
- String license_code
- License code
- [ Integer license_type]
- Optional: License type. Mandatory for admin
- 1 - Call Manager license
- 15 - Master license
- 16 - Partition license
- 17 - SIM Manager license
- [ Long id_partition]
- Optional: Partition owner of the new license. Mandatory for admin
|
Return Values
|
- Long id_license
- New License Id
- Error Data structure ( Error Management )
- Possible failure code returns
*ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|