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

Нет возможности получить через API схему xsd для формирования упрощенного XML-файл подписанта #310

Open
nats56 opened this issue Oct 9, 2024 · 0 comments

Comments

@nats56
Copy link

nats56 commented Oct 9, 2024

https://developer.kontur.ru/Docs/diadoc-api/instructions/getdoctypes.html#doctype-signer исходя из документации чтобы получить xsd достаточно вызвать метод Diadoc.Api.documentType.DocumentTypeClient.getContent(String, String, String, int, XsdContentType) где последним атрибутом указать энам XsdContentType с типом SignerUserContractXsd. Но такого энама нет в XsdContentType

package Diadoc.Api.documentType;

public enum XsdContentType {
    TitleXsd,
    UserContractXsd
}

(версия diadocsdk 3.23.0)

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