Billing: LicenseTypeChanged
LicenseTypeChanged
Changes a rate plan under a subscription to a different type
For easier support in languages like PHP, the subscription array is passed serialized.
Authentication Methods
- ApiKey
Input Parameter | Type | Description |
---|---|---|
ID | string[] | Array with licenses to change the type for |
Type | LicenseType | The type to change the licenses to |
*=required
Examples
Request:
URL: https://secure.nomadesk.com/nomadesk-billing/Api
POST values example:
[id] => Array(
[0] => fcb0881f-5c5d-47c4-a6b7-c011aba5a244
)
[type] => Monthly
[task] => LicenseTypeChanged
Response:
<Response>
<Header>
<Status>1</Status>
<Message></Message>
<CreationDstamp></CreationDstamp>
</Header>
</Response>