SubscriptionAttributeUpdateInput
Input for updating subscription attributes (label, sales rep).
This page contains
Fields
| subscriptionId ID! | The subscription ID to update |
| label String | The label to set for the subscription. Omit for no label change. |
| salesRepUserId ID | Sales rep user ID. Omit for no sales-rep change; set both IDs to assign or change; null with salesRepAccountId null to remove. |
| salesRepAccountId ID | Sales rep account ID. Omit for no sales-rep change; set both IDs to assign or change; null with salesRepUserId null to remove. |
Mutations for SubscriptionAttributeUpdateInput
| updateSubscriptionAttributes PREVIEW | Update subscription attributes (e.g., label). |