-
Notifications
You must be signed in to change notification settings - Fork 66
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
Подписание УКД ucd736_05_01_02 UniversalCorrectionDocumentBuyerTitle #1151
Comments
private static Diadoc.Api.DataXml.Ucd736.UniversalCorrectionDocumentBuyerTitle BuyerTitle736(
{
} |
Вот это рабочий вариант функции формирования контента для формирования Тайтла.
|
Здравствуйте.
Пытаюсь подписать УКД
с помощью userDataContract тип
UniversalCorrectionDocumentBuyerTitle
при
GenerateTitleXml
Выходит ошибка полный текст:
InvalidOperationException: Тип Diadoc.Api.DataXml.ExtendedSignerDetails_CorrectionBuyerTitle не ожидался. Используйте атрибут XmlInclude или SoapInclude для задания типов, которые не известны как статические.
Сам блок подписи
Signers = new object[]
{
new Diadoc.Api.DataXml.ExtendedSignerDetails_BuyerTitle()
{
SignerOrganizationName = DocumentCreator,
Inn = Inn,// организации
FirstName = FirstName,
MiddleName = MiddleName,
LastName = LastName,
Position = Position,
SignerType = signerType,
// действие создание и подписание
SignerPowers = Diadoc.Api.DataXml.ExtendedSignerDetails_BuyerTitleSignerPowers.MadeAndSignOperation,
// сотрудник организации
SignerStatus = Diadoc.Api.DataXml.ExtendedSignerDetailsSignerStatus.AuthorizedPerson
}
}
Если не ExtendedSignerDetails_BuyerTitle то какой нужно использовать в УКД?
The text was updated successfully, but these errors were encountered: