I am getting the following error: [{ "error_key": "json.field.invalid.enum", "error_message": "Unsupported value for an enum, please refer to documentation for valid enum values" }] For this request: POST https://api.constantcontact.com/v2/eventspot/events/a07eavl32l0834843a3/promocodes?api_key=<my api key> HTTP/1.1 Authorization: Bearer <my token> Content-Type: application/json Accept: application/json Host: api.constantcontact.com Content-Length: 193 Expect: 100-continue Connection: Keep-Alive { "discount_amount":5.0, "code_name":"EarlyReg", "code_type":"DISCOUNT", "discount_scope":"FEE_LIST", "fee_ids":["QFhHPRn8Ile5AQwM5QBe2uPPZtIUTEXxcjpb84MZb3w"], "is_paused":false, "quantity_total":-1 } Any ideas?
... View more