Mutations
/
batch_extend_trial_period

batch_extend_trial_period

Extends trial period of an application to selected accounts

Arguments

  • account_slugs
    [String!]!
    Required
    The accounts' slags. Max: 5
  • app_id
    ID!
    Required
    The id of an application.
  • duration_in_days
    Int!
    Required
    The amount of days to extend a trial period. Max: 365
  • plan_id
    String!
    Required
    The id of a payment plan.

Returns

mutation batch_extend_trial_period($account_slugs: [String!]!, $app_id: ID!, $duration_in_days: Int!, $plan_id: String!) {
batch_extend_trial_period(
account_slugs: $account_slugs
app_id: $app_id
duration_in_days: $duration_in_days
plan_id: $plan_id
) {
# batch_extend_trial_period fields
}
}
archive_itemchange_column_metadata
Built with