POST ArionBankDocument/UploadDocument
UploadDocument Rafræn skjöl for Arion Bank
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Request |
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:
<UploadDocumentModel 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>
<Request>
<DocumentInfo>
<PersonID>sample string 1</PersonID>
<DocumentType>sample string 2</DocumentType>
<DocumentName>sample string 3</DocumentName>
</DocumentInfo>
<File>QEA=</File>
</Request>
</UploadDocumentModel>
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:
<string>sample string 1</string>