subscriptionTenantUpdate
Graphql fields and variables for the subscriptionTenantUpdate mutation
Update the tenant linked to a subscription
Scope required: standard:write
For a complete list of input attributes see the SubscriptionTenantUpdateAttributes type
mutation subscriptionTenantUpdate ($id: ID!, $attributes: SubscriptionTenantUpdateAttributes!) {
subscriptionTenantUpdate (id: $id, attributes: $attributes) {
errors
subscription {
accountId
cancellationDate
createdAt
currencyId
endDate
evergreen
id
name
period
priceAdjustmentAllowed
priceAdjustmentLastDate
priceAdjustmentPercentage
priceListId
provisioningRequired
rampIntervalMonths
renewalSummary
renewalTermMonths
startDate
trialEndDate
trialPeriod
trialStartDate
updatedAt
}
}
}
Arguments
{
"id": "456123",
"attributes": {
"tenantId": "456123",
"tenantCode": ""
}
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?