Billing: GetLicenseInfo
GetLicenseInfo
Lists the billing information about 1 or more licenses
Authentication Methods
- With a username and password
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
id[] | string[] | list of license id's to get the info for |
*=required
EXAMPLES
curl 'https://secure.nomadesk.com/nomadesk-billing/Api?Task=GetLicenseInfo&Token=qa3d0fn1sio5ejlsbklut9k4wv&id[]=ecbd223b-3fba-e330-ad4a-50714c7e9a10'
RESPONSE
<Response>
<Header>
<Status>1</Status>
<Message>Success</Message>
<CreationDstamp>1426062627</CreationDstamp>
</Header>
<Body>
<Licenses>
<License>
<ID>ecbd223b-3fba-e330-ad4a-50714c7e9a10</ID>
<AutoRenew>true</AutoRenew>
<StartDate>2014-08-26T00:00:00</StartDate>
<EndDate>2015-08-26T00:00:00</EndDate>
</License>
</Licenses>
</Body>
</Response>