Delete Easy Address
<div class="section">
<p>
This API deletes easy address for instant transfer.</p>
<h3>
API Information</h3>
<table class="doctable">
<tbody>
<tr>
<td>
<h3>
URL</h3>
</td>
<td>
/deleteKOLAS</td>
</tr>
<tr>
<td>
<h3>
Method</h3>
</td>
<td>
POST</td>
</tr>
<tr>
<td>
<h3>
Version</h3>
</td>
<td>
1.0</td>
</tr>
<tr>
<td>
<h3>
Scope</h3>
</td>
<td>
transfer</td>
</tr>
<tr>
<td>
<h3>
Authorization Flow</h3>
</td>
<td>
Authorization Code</td>
</tr>
</tbody>
</table>
<h3>
<br />
Input Information</h3>
<table class="doctable">
<thead>
<tr>
<td>
Name</td>
<td>
Format</td>
<td>
Description</td>
<td>
Required/Optional</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<h3>
systemRefNo</h3>
</td>
<td>
Integer</td>
<td>
System Referance Number</td>
<td>
Required</td>
</tr>
</tbody>
</table>
<h3>
<br />
Outpu Information</h3>
<table class="doctable">
<thead>
<tr>
<td>
Name</td>
<td>
Format</td>
<td>
Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<h3>
SystemRefNo</h3>
</td>
<td>
Integer</td>
<td>
System Referance Number</td>
</tr>
<tr>
<td>
<h3>
CustomerNumber</h3>
</td>
<td>
String</td>
<td>
Customer Number</td>
</tr>
<tr>
<td>
<h3>
Description</h3>
</td>
<td>
String</td>
<td>
Error Description</td>
</tr>
</tbody>
</table>
<br />
<h4>
List< KOLASError ></h4>
<table class="doctable">
<thead>
<tr>
<td>
Name</td>
<td>
Format</td>
<td>
Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<h3>
ErrorCode</h3>
</td>
<td>
Integer</td>
<td>
Error Code</td>
</tr>
<tr>
<td>
<h3>
Information</h3>
</td>
<td>
String</td>
<td>
Error Description</td>
</tr>
</tbody>
</table>
<h3>
</h3>
<h3>
Message Codes</h3>
<table class="doctable">
<thead>
<tr>
<td>
Message Code</td>
<td>
Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<h3>
ACBH000371</h3>
</td>
<td>
Easy address was not found.</td>
</tr>
</tbody>
</table>
<h3>
Example</h3>
<p>
Request:</p>
<div style="background-color: #fcf6db;width: 100%;color:green;">
<pre>
{
"systemRefNo":527826093000884225
}
</pre>
</div>
<p>
Response:</p>
<div style="background-color: #fcf6db;width: 100%;color:green;">
<pre>
{
"Header": {
"StatusCode": "APIGW000000",
"StatusDescription": "Tamamlandı",
"StatusDescriptionEn": "Completed",
"ObjectID": "4b019752-415e-498a-953f-a97baf30bcc5"
},
"Data": {
"Description": "Kolay Adres Silme İşlemi Başarılı",
"systemRefNo": 527826093000884225,
"CustomerNumber": 123456123456,
"KOLASError": []
}
}
</pre>
</div>
</div>
<p>
</p>
<p>
</p>
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-