AppSubscriptionTrialExtend
Extends the trial of an app subscription.
Input
| Name | Type | Required | Description |
| Id | String | True | The ID of the app subscription. |
| Days | Int | True | The number of days to extend the trial. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| Id | String | The ID of the app subscription. |
| Status | String | The status of the app subscription. |