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

Прикрепление МЧД к документу #1096

Open
SergioBatr opened this issue Sep 5, 2024 · 2 comments
Open

Прикрепление МЧД к документу #1096

SergioBatr opened this issue Sep 5, 2024 · 2 comments

Comments

@SergioBatr
Copy link

Отправляю документ при помощи метода PostMessage. У пользователя настроена МЧД по умолчанию. При отправке документа из Личного кабинета МЧД прикрепляется.
Чтобы сделать тоже самое через API, в объект SignedContent вкладываю сведения об МЧД:
Способ 1. МЧД по умолчанию

SignedContent:{                
   PowerOfAttorneyToPost :{
      UseDefault = "true"
   }
}

Способ 2. Явное указание МЧД

SignedContent:{                
   PowerOfAttorneyToPost :{
      FullId:{
         RegistrationNumber=".....",
         IssuerInn="1234567890"
      },
      UseDefault = "false"
   }
}

В обоих случаях документ отправляется, ошибки нет, но доверенность к документу не прикрепляется.
Что я делаю не так?

@death-mouse
Copy link

У вас ошибка в наименование поля. Вам PowerOfAttorneyToPost нужно заменить на PowerOfAttorney.

@SergioBatr
Copy link
Author

Теперь заработало, спасибо.

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

2 participants