Migrated from Redmine #458 | Author: Monika Aggarwal
Status: Rejected | Priority: High, I’m very impatient | Created: 2019-12-17
POST /admin HTTP/1.1
Host: user-api.simplybook.me
Content-Type: application/json; charset=UTF-8
Content-Length: 139
Accept: application/json
Request:
{“id”:“1”,
“jsonrpc”:“2.0”,
“method”:“getPromotionList”,
“params”:[true,true,“discount”]
}
Response: {
“error”: {
“code”: -32000,
“message”: “SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘promo.is_public’ in ‘where clause’”,
“data”: null
},
“id”: “1”,
“jsonrpc”: “2.0”
}