You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
(версия diadocsdk 3.23.0)
The text was updated successfully, but these errors were encountered: