Billing: SetAutorenew
SetAutorenew
Turns on or off the auto renew for a license
Can only be used by partner accounts.
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | The 32 character authentication token Example:"bogikob3u1kc4hhpl0vlrf2e44" |
AccountName | String | NMUA number that owns the license |
LicenseID | String | License identifier |
Autorenew | boolean | true or false |
*=required
EXAMPLES
curl 'https://secure.nomadesk.com/nomadesk-billing/Api?Task=SetAutorenew&Token=bogikob3u1kc4hhpl0vlrf2e44&AccountName=nmua0000001@LicenseID=cbace1da-3665-e84b-95b6-99f535fe442d&Autorenew=false'
RESPONSE
<Response>
<Header>
<Status>1</Status>
<Message></Message>
<CreationDstamp>1327584041</CreationDstamp>
</Header>
</Response>