[#1085] Membership limit error

Migrated from Redmine #1085 | Author: Mohammed Thoufiq M
Status: Feedback | Priority: High, I’m very impatient | Created: 2023-08-03


when we try to hit the recurring book api with membership id it always throwing membershiplimit error
can anybody help on this Thank you

Dmytro Bondarev wrote:

Hi, you should pass client’s membership id. Please make sure that client has enough membership bookings and period of client’s membership fits all bookings dates.

Mohammed Thoufiq M wrote:

Dmytro Bondarev wrote:

Hi, you should pass client’s membership id. Please make sure that client has enough membership bookings and period of client’s membership fits all bookings dates.

{
“error”: {
“code”: -32055,
“message”: “One or more appointments couldn’t be reserved”,
“data”: [
“Membership limit error”
]
},
“id”: “2”,
“jsonrpc”: “2.0”
}

when i gave correct membership client id its throwing the above error

Jagan Pandurangan wrote:

I face the same issue. Sometimes I get “unexpected error”, 32000

{
“error”: {
“code”: -32000,
“message”: “Unexpected error”,
“data”: null
},
“id”: “1”,
“jsonrpc”: “2.0”
}