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
}
}
}
{
"id": "456123",
"attributes": {
"tenantId": "456123",
"tenantCode": ""
}
}