Releases: diadoc/diadocsdk-csharp
Extended SignatureV3 with qualification type
This release extends existing contract SignatureV3
with information regarding the signature qualification type.
Updated models:
SignatureV3
: added fieldSignatureTypeInfo
with information about the signature qualification type.
New models:
-
SignatureTypeInfo
: contains information about the signature qualification type including the type itself and the qualification details. -
SignatureType
(enum): represents the verified signature qualification type.SignatureType
may beUnknown
, if a signature type was not determined.SignatureType
may beOnVerification
, if a signature is currently on verification and the type has not been determined yet. -
QualifiedDetails
: contains the details for the qualified signature type (not null ifSignatureType
isQualified
). -
NonQualifiedDetails
: contains the details for the nonqualified signature type (not null ifSignatureType
isNonQualified
).
Fix csproj settings
Some nuget-package problems were fixed in csproj-settings
versions/2.40.0
Add method ParseGarAddress(string address)
versions/2.39.1
Merge pull request #1238 from diadoc/global_namespace_fix BugFix. Перевел классы УС в собственный namespace
versions/2.39.0
Merge pull request #1237 from diadoc/ddcore-9909-api-generate-sum DDCORE-10136 Реализована поддержка Универсальных сообщений
Added V2/GetOrganizationsByInnList
In this release, new method have been added to work with getting information about organizations by inn list.
New Methods:
GetOrganizationsByInnListV2(Async): Retrieves information about organizations by inn list.
Add optional RepresentativeInn in power of attorney
This release extends existing contract PowerOfAttorneyFullId
for powers of attorney.
Updated Models:
PowerOfAttorneyFullId
: Added optional fieldRepresentativeInn
Add samples generate and posting XmlAcceptanceCertificate (552 format) and XmlTorg12 (551 format)
New sample:
Add samples generate and posting XmlAcceptanceCertificate (552 format) and XmlTorg12 (551 format)
Remove the oudated methods api
Removed models:
- ExternalServiceAuthInfo
- Recognition
Removed methods:
- Recognize
- RecognizeAsync
- GetRecognized
- GetRecognizedAsync
- GetExternalServiceAuthInfo
- GetExternalServiceAuthInfoAsync
Add sample generate and posting UTD970
New sample:
Add sample generate and posting UTD970