Generates codes for a promo code promotion.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
external_id required | integer Promotion external ID. Unique promotion identifier within the project. Example: coupon_44056_1 |
Codes were successfully generated.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Promo code not found. Make sure the external_id
is correct.
{- "count": 10
}
{- "statusCode": 404,
- "errorCode": 4001,
- "errorMessage": "[0401-9802]: Promocode not found",
- "transactionId": "x-x-x-x-transactionId-mock-x-x-x"
}