---
title: Apply Redemption Code
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/apply-redemption-code-command
---

# Apply Redemption Code

Complete the installation of an app using a redemption code.

## URL

PUT https://yourmdmhost.example.com/mdm

## Response Codes

200 OK: The response object the system returns for the Apply Redemption Code Command.

## Discussion

Discussion This command provides a redemption code to complete installing an app. Use this when InstallApplication returns NeedsRedemption, or when ManagedApplicationList returns NeedsRedemption for the status of the app. Sending a redemption code to an app that doesn’t need it produces an error. Refer to the following sections to determine supported channels and requirements, and to see an example request and response. Command availability  |   |   |   |   |   |  Example request and response

## HTTP Body

The request object the server returns for the Apply Redemption Code Command.

## Topics

### Commands and responses

- [ApplyRedemptionCodeCommand](devicemanagement/applyredemptioncodecommand.md)
- [ApplyRedemptionCodeResponse](devicemanagement/applyredemptioncoderesponse.md)

## See Also

### Managed apps

- [Install Application](devicemanagement/install-application-command.md)
- [Install Enterprise Application](devicemanagement/install-enterprise-application-command.md)
- [Installed Application List](devicemanagement/installed-application-list-command.md)
- [Managed Application List](devicemanagement/managed-application-list-command.md)
- [Remove Application](devicemanagement/remove-application-command.md)
- [Validate Applications](devicemanagement/validate-applications-command.md)
- [Managed Application Attributes](devicemanagement/managed-application-attributes-command.md)
- [Managed Application Configuration](devicemanagement/managed-application-configuration-command.md)
- [Managed Application Feedback](devicemanagement/managed-application-feedback-command.md)
