> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/mutations/apply-promotion-to-subscription.md).

# applyPromotionToSubscription

### Arguments

| Argument                                                                                                                  | Description                                 |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| input ([ApplyPromotionToSubscriptionInput](/graphql-api/api-reference/objects/apply-promotion-to-subscription-input.md)!) | Parameters for ApplyPromotionToSubscription |

### ApplyPromotionToSubscriptionInput Arguments

| Argument                                                                     | Description                                           |
| ---------------------------------------------------------------------------- | ----------------------------------------------------- |
| promotionId ([ID](/graphql-api/api-reference/objects/id.md)!)                | ID of the promotion to apply.                         |
| subscriptionId ([ID](/graphql-api/api-reference/objects/id.md)!)             | ID of the subscription to apply the promotion to.     |
| validatePromotion ([Boolean](/graphql-api/api-reference/objects/boolean.md)) | Whether to validate the promotion before applying it. |

### Return fields

#### appliedPromotion ([AppliedPromotion](/graphql-api/api-reference/objects/applied-promotion.md))

#### errors (\[[ModelValidationError](/graphql-api/api-reference/objects/model-validation-error.md)!]!)
