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

Как получить ИНН отправителя/proxy из DocumentWithDocflowV3 для физ. лица без МЧД? #1094

Open
SlimRG opened this issue Sep 5, 2024 · 0 comments

Comments

@SlimRG
Copy link

SlimRG commented Sep 5, 2024

Есть результат выполнения GetDocflowsAsync - мы берем из него getDocflowsResponse?.Documents?.FirstOrDefault() типа DocumentWithDocflowV3 documentWithDocflowV3.

Далее идёт получение и обработка подписей:

 var senderCadesT = documentWithDocflowV3?.Docflow.SenderTitle?.Attachment?.Signature?.CadesT?.Content?.Data;
 var proxyCadesT = documentWithDocflowV3?.Docflow.ProxyResponse?.Signature?.CadesT?.Content?.Data;

Но если у нас ФЛ без МЧД - ИНН контрагента (как Sender, так и Proxy) не будет задан.
Как можно его получить из Диадок?

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