Replies: 1 comment
-
Добрый день. вопрос не касается функциональности COM-компоненты адресуйте запрос в https://github.com/diadoc/diadocapi-docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Иетод возвращает 405 ошибку , Supported http request methods: POST
АдресСайта = "diadoc-api.kontur.ru/V3/GetDocflowEvents?boxId="+boxId;
Тело запроса
{
"TimeBasedFilter": {
"FromTimestamp": "2000-01-01T00:00:00",
"ToTimestamp": "2023-08-28T09:44:33"
},
"MessageTypes": "Letter",
"DocumentDirections": "Inbound",
"CounteragentBoxId": "// здесь мой BoxId",
"AfterIndexKey": "null" // и с ним и без него такое, пробывал вообще все убирать из этого тела, результат не меняется
}
Beta Was this translation helpful? Give feedback.
All reactions