Skip to content

Extended PowerOfAttorneyValidationStatus

Compare
Choose a tag to compare
@SuvorovNM SuvorovNM released this 04 Sep 07:15
· 24 commits to master since this release
6168f1d

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 fields ValidationProtocol with details regarding power of attorney validation and OperationError with description of an error occurred when validating a power of attorney; field Errors has become obsolete although still contains errors from power of attorney validation.
  • PowerOfAttorneyValidationStatusNamedId: added HasWarnings status that depicts that a power of attorney is valid but during the validation some warnings occurred.

New models:

  • ValidationProtocol: contains an array of ValidationCheckResult (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 optional Error (not null if Status has value Warning or Error).
  • PowerOfAttorneyValidationCheckStatus: represents the status of validation check. Possible values: Ok, Warning, Error.