You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then it ends with the error 'bitrix24.exceptions.BitrixError: HTTP error: 400'
(I can assume that the 'TIME' parameter is passed in the wrong format. There you can get the error 'Wrong datetime format'. But this is just my guess.)
From my observations, I will also say that if you use 'requests', when passing all the same parameters, there are no errors.
Hello.
I found a problem when using the 'timeman.close' method.
Please help. If you use this method with 1 parameter like this:
There is a result. Everything works.
But, if you use several parameters:
bx24.callMethod('timeman.close', {'USER_ID': 18, 'TIME': '2024-12-19T14:00:00+03:00', 'REPORT': 'test'})
Then it ends with the error 'bitrix24.exceptions.BitrixError: HTTP error: 400'
(I can assume that the 'TIME' parameter is passed in the wrong format. There you can get the error 'Wrong datetime format'. But this is just my guess.)
From my observations, I will also say that if you use 'requests', when passing all the same parameters, there are no errors.
It works.
Thanks in advance!
The text was updated successfully, but these errors were encountered: