Extended PowerOfAttorneyValidationStatus
·
24 commits
to master
since this release
This release provides an ability to see the details of power of attorney validation and adds new validation status HasWarnings
.
The details will be available after switching to the new power of attorney validation, which will take place in the middle of September.
Updated models:
PowerOfAttorneyValidationStatus
: added fieldsValidationProtocol
with details regarding power of attorney validation andOperationError
with description of an error occurred when validating a power of attorney; fieldErrors
has become obsolete although still contains errors from power of attorney validation.PowerOfAttorneyValidationStatusNamedId
: addedHasWarnings
status that depicts that a power of attorney is valid but during the validation some warnings occurred.
New models:
ValidationProtocol
: contains an array ofValidationCheckResult
(results of checks conducted during the validation).ValidationCheckResult
: contains information about a specific check conducted during the validation. Includes the following fields:Status
,Name
, and optionalError
(not null ifStatus
has valueWarning
orError
).PowerOfAttorneyValidationCheckStatus
: represents the status of validation check. Possible values:Ok
,Warning
,Error
.