but cal respond me with Bad request. Booking body ...
# developers
m
but cal respond me with Bad request. Booking body is invalid, but i following the doc .... any suggestion?
l
@Agusti
m
thanks
a
@Marco Tosini can you try with a body like this?
Copy code
{
  "eventTypeId": 33,
  "uid": "231",
  "startTime": "2022-02-25T08:00:00.000Z",
  "endTime": "2022-02-25T08:30:00.000Z",
  "title": "booking"
}
Hey Marco, thanks for your feedback, we actually removed the need of “uid” and didn’t update that on the docs, try the same body without “uid” field and it should work! Thanks and updating docs now!