Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetOrganizationByBoxId No organization found #1164

Open
Edward72 opened this issue Nov 11, 2024 · 1 comment
Open

GetOrganizationByBoxId No organization found #1164

Edward72 opened this issue Nov 11, 2024 · 1 comment

Comments

@Edward72
Copy link
Contributor

Считываю ленту событий контрагентов с помощью GetCounteragentEvents. В событии есть BoxId. Далее запрашиваю информацию по организации с таким ящиком GetOrganizationByBoxId. И вроде бы все великолепно и все работает, но... Попалось мне тут событие, по которому найти информацию об организации нет никакой возможности:
Diadoc.Api.Http.HttpClientException
HResult=0x80131509
Message=BaseUrl=https://diadoc-api.kontur.ru, PathAndQuery=/GetOrganization?boxId=3ba08bd0-146b-4f91-8a77-8055fc993d38, AdditionalMessage=No organization found with boxId = 3ba08bd0-146b-4f91-8a77-8055fc993d38, StatusCode=NotFound, DiadocErrorCode: DiadocApi.NotFound
EventId = "e0222662-0272-11ed-8020-2cf097c5411c"
Что это? Почему организация не существует, а события есть? Нарушение ссылочной целостности в вашей базе?

@Edward72
Copy link
Contributor Author

Аналогично и с GetBox: Diadoc.Api.Http.HttpClientException
HResult=0x80131509
Message=BaseUrl=https://diadoc-api.kontur.ru, PathAndQuery=/GetBox?boxId=3ba08bd0-146b-4f91-8a77-8055fc993d38, AdditionalMessage=Unknown box: 3ba08bd0-146b-4f91-8a77-8055fc993d38, StatusCode=NotFound, DiadocErrorCode: DiadocApi.NotFound

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant