POST ArionBankDocument/GetDocumentResult
GetDocumentResult Rafræn skjöl for Arion Bank
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Query |
None. |
||
| CertificateBase64 |
Binded from Form values in body. Base64 encoded certificate to use |
string |
Required |
| CertificatePassword |
Binded from Form values in body. Password for the Base64 encoded certificate |
string |
Required |
| WebservicePath |
Binded from Form values in body. Service path |
string |
Required |
| Username |
Binded from Form values in body. Service username |
string |
Required |
| Password |
Binded from Form values in body. Service password |
string |
Required |
Request Formats
application/xml, text/xml
Sample:
<GetDocumentResultModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<WebservicePath>sample string 4</WebservicePath>
<Username>sample string 5</Username>
<Password>sample string 6</Password>
<CertificateBase64>sample string 1</CertificateBase64>
<CertificatePassword>sample string 2</CertificatePassword>
<Query>
<DocumentID>sample string 1</DocumentID>
</Query>
</GetDocumentResultModel>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |
||
| Content |
None. |
||
| StatusCode |
None. |
||
| ReasonPhrase | string |
None. |
|
| Headers | Collection of |
None. |
|
| RequestMessage |
None. |
||
| IsSuccessStatusCode | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<DocumentResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DocumentID>sample string 1</DocumentID>
<DocumentInfo>
<PersonID>sample string 1</PersonID>
<DocumentType>sample string 2</DocumentType>
<DocumentName>sample string 3</DocumentName>
</DocumentInfo>
<ProcessingStatus>Received</ProcessingStatus>
<ProcessingResult>
<RecordsProcessed>1</RecordsProcessed>
<RecordsSkipped>2</RecordsSkipped>
</ProcessingResult>
<Date>2026-01-16T04:32:17.5437465+00:00</Date>
</DocumentResult>