DenizBank API Market

ApiTag
Kategori Üretici Kart
Başlık ProducerCardPaymentPlan
Protokol HTTPS
Url https://apigwtest.denizbank.com/api//ProducerCardPaymentPlan
Açıklama
Calculates producer card cash advance payment table / Üretici kart taksitli nakit avans ödeme planı hesaplama servisi
Request

ProducerCardPaymentPlan

RequestURL

POST https://apigwtest.denizbank.com/api//ProducerCardPaymentPlan

RequestHeaders
  • (optional)
    string
    Media type of the body sent to the API.
  • string
    Subscription key which provides access to this API. Found in your Profile.
RequestBody
ProducerCardPaymentPlanRequest request object
                                    {
  "type": "object",
  "properties": {
    "Header": {
      "$ref": "#/definitions/Header"
    },
    "Parameters": {
      "type": "array",
      "items": {
        "properties": {
          "CustomerNumber": {
            "type": "number",
            "description": "Customer Number",
            "example": 13267298
          },
          "CreditAmount": {
            "type": "number",
            "description": "Credit Amount",
            "example": 10000
          },
          "InstallmentCount": {
            "type": "number",
            "description": "Installment Count",
            "example": 2
          },
          "BranchCode": {
            "type": "number",
            "description": "Branch Code (If the card will be delivered to the branch, the branch code should be sent. If it is delivered by mail, 0 should be sent.)",
            "example": 9300
          }
        }
      }
    }
  }
}
                                    
ResponseBody
ProducerCardPaymentPlanResponse response object
                                    {
  "type": "object",
  "properties": {
    "Data": {
      "type": "object",
      "properties": {
        "InstallmentCount": {
          "type": "number",
          "description": "Installment Count",
          "example": ""
        },
        "BranchCode": {
          "type": "number",
          "description": "Branch Code (If the card will be delivered to the branch, the branch code should be sent. If it is delivered by mail, 0 should be sent.)",
          "example": ""
        },
        "AlertText": {
          "type": "string",
          "description": "Alert Text",
          "example": ""
        },
        "AlertText2": {
          "type": "string",
          "description": "Alert Text 2",
          "example": ""
        },
        "AlertTextEng": {
          "type": "string",
          "description": "Alert Text ENG",
          "example": ""
        },
        "AlertText2Eng": {
          "type": "string",
          "description": "Alert Text 2 ENG",
          "example": ""
        },
        "ExpenseTotal": {
          "type": "number",
          "description": "Expense Total",
          "example": ""
        },
        "EligibleFlag": {
          "type": "string",
          "description": "Eligble Flag",
          "example": ""
        },
        "EligibleValue": {
          "type": "number",
          "description": "Eligible Value",
          "example": ""
        },
        "PledgeFlag": {
          "type": "string",
          "description": "Pledge Flag",
          "example": ""
        },
        "DepositAccountSuffix": {
          "type": "number",
          "description": "Deposit Account Suffix",
          "example": ""
        },
        "ApplicationCurrencyType": {
          "type": "string",
          "description": "Application Currency Type",
          "example": ""
        },
        "OriginalTableFlag": {
          "type": "boolean",
          "description": "Original Table Flag",
          "example": ""
        },
        "ParticipationFlag": {
          "type": "string",
          "description": "Participation Flag",
          "example": ""
        },
        "TableType": {
          "type": "string",
          "description": "Table Type",
          "example": ""
        },
        "AnnutiyAmount": {
          "type": "number",
          "description": "Annutiy Amount",
          "example": ""
        },
        "BeforeAnnutiyAmount": {
          "type": "number",
          "description": "BEfore Annutiy Amount",
          "example": ""
        },
        "BeforeSubAmount": {
          "type": "number",
          "description": " Before Sub",
          "example": ""
        },
        "TrialCount": {
          "type": "number",
          "description": "Trial Count",
          "example": ""
        },
        "KkdfRate": {
          "type": "number",
          "description": "Kkdf Rate",
          "example": ""
        },
        "BsmvRate": {
          "type": "number",
          "description": "Bsmv Rate",
          "example": ""
        },
        "CapitalDelaySpreadRate": {
          "type": "number",
          "description": "Capital Delay Spread Rate",
          "example": ""
        },
        "UsageAim": {
          "type": "string",
          "description": "Usage Aim",
          "example": ""
        },
        "KkdfFlag": {
          "type": "string",
          "description": "Kkdf Flag",
          "example": ""
        },
        "BsmvFlag": {
          "type": "string",
          "description": "Bsmv Flag",
          "example": ""
        },
        "InUsage": {
          "type": "string",
          "description": "In Usage",
          "example": ""
        },
        "PurityRate": {
          "type": "number",
          "description": "Purity Rate",
          "example": ""
        },
        "FcIndexedLoanFlag": {
          "type": "string",
          "description": "Fc Indexed Loan Flag",
          "example": ""
        },
        "LastInterestChangingDate": {
          "type": "string",
          "format": "date",
          "description": "Last Interest Changing Date",
          "example": ""
        },
        "RefBranchCode": {
          "type": "number",
          "description": "Referance Branch Code",
          "example": ""
        },
        "RefNumber": {
          "type": "number",
          "description": "Referance Number",
          "example": ""
        },
        "CustomerNumber": {
          "type": "number",
          "description": "Customer Number",
          "example": ""
        },
        "ProductCode": {
          "type": "string",
          "description": "Product Code ( For Deposit Account: \"VDLMEVD\")",
          "example": ""
        },
        "ProductName": {
          "type": "string",
          "description": "Product Name",
          "example": ""
        },
        "ProjectCode": {
          "type": "string",
          "description": "Project Code",
          "example": ""
        },
        "ProjectName": {
          "type": "string",
          "description": "Project",
          "example": ""
        },
        "CampaignCode": {
          "type": "string",
          "description": "Campaign Code (HBGNL - Interest, HBSCMPN - 0-6 months 0 interest, 6-12 months Interest)",
          "example": ""
        },
        "CampaignName": {
          "type": "string",
          "description": "Campaign Name",
          "example": ""
        },
        "CreditAmount": {
          "type": "number",
          "description": "Credit Amount",
          "example": ""
        },
        "LoanCurrencyCode": {
          "type": "string",
          "description": "Loan Currency Code",
          "example": ""
        },
        "LoanCurrencyName": {
          "type": "string",
          "description": "Loan Currency Name",
          "example": ""
        },
        "CreditMaturityMonth": {
          "type": "number",
          "description": "Credit Maturity Month",
          "example": ""
        },
        "CreditValueDate": {
          "type": "string",
          "format": "date",
          "description": "Credit Value Date",
          "example": ""
        },
        "CreditMaturityDate": {
          "type": "string",
          "format": "date",
          "description": "Credit Maturity Date",
          "example": ""
        },
        "Annuity": {
          "type": "string",
          "description": "Annuity",
          "example": ""
        },
        "Capitalization": {
          "type": "string",
          "description": "Capitalization",
          "example": ""
        },
        "InterestPaymentFrequency": {
          "type": "string",
          "description": "Interest Payment Frequency",
          "example": ""
        },
        "FirstInterestPaymentDate": {
          "type": "string",
          "format": "date",
          "description": "First Interest Payment Date",
          "example": ""
        },
        "CapitalPaymentFrequency": {
          "type": "string",
          "description": "Capital Payment Frequency",
          "example": ""
        },
        "FirstCapitalPaymentDate": {
          "type": "string",
          "format": "date",
          "description": "First Capital Payment Date",
          "example": ""
        },
        "InterestType": {
          "type": "string",
          "description": "Interest Type",
          "example": ""
        },
        "ReferenceRate": {
          "type": "string",
          "description": "Reference Rate",
          "example": ""
        },
        "InterestChangingPeriod": {
          "type": "string",
          "description": "Interest Changing Period",
          "example": ""
        },
        "InterestRateFixingDay": {
          "type": "number",
          "description": "Interest Rate Fixing Day",
          "example": ""
        },
        "InterestRateFixingPeriod": {
          "type": "string",
          "description": "Interest Rate Fixing Period",
          "example": ""
        },
        "IndexInterestRate": {
          "type": "number",
          "description": "Index Interest Rate ",
          "example": ""
        },
        "Spread": {
          "type": "number",
          "description": "Spread",
          "example": ""
        },
        "InterestRate": {
          "type": "number",
          "description": "Interest Rate",
          "example": ""
        },
        "InterestFormula": {
          "type": "string",
          "description": "Interest Formula",
          "example": ""
        },
        "SignSpread": {
          "type": "string",
          "description": "Sign Spread",
          "example": ""
        },
        "HolidayBeforeAfter": {
          "type": "string",
          "description": "Holiday Before After",
          "example": ""
        },
        "InterestSimpleFlag": {
          "type": "string",
          "description": "Interest Simple Flag",
          "example": ""
        },
        "EarlyPaymentDate": {
          "type": "string",
          "format": "date",
          "description": "Early Payment Date",
          "example": ""
        },
        "EarlyAmount": {
          "type": "number",
          "description": "Early Amount",
          "example": ""
        },
        "PrincipalAmountForAnnuity": {
          "type": "number",
          "description": "Principal Amount For Annuity",
          "example": ""
        },
        "SumCapital": {
          "type": "number",
          "description": "Sum Capital",
          "example": ""
        },
        "SumInterest": {
          "type": "number",
          "description": "Sum Interest",
          "example": ""
        },
        "SumBsmv": {
          "type": "number",
          "description": "Sum Bsmv",
          "example": ""
        },
        "SumKkdf": {
          "type": "number",
          "description": "Sum Kkdf",
          "example": ""
        },
        "ReCalculate": {
          "type": "boolean",
          "description": "ReCalculate",
          "example": ""
        },
        "EarlyIntFlag": {
          "type": "string",
          "description": "Early Int Flag",
          "example": ""
        },
        "InterestRateChangedFlag": {
          "type": "string",
          "description": "Interest Rate Changed Flag",
          "example": ""
        },
        "InterestPeriodChangedFlag": {
          "type": "string",
          "description": "Intererest Period Change Flag",
          "example": ""
        },
        "MaturityChangedFlag": {
          "type": "string",
          "description": "Maturity Changed Flag",
          "example": ""
        },
        "CreditAccountText": {
          "type": "string",
          "description": "Credit Account Text",
          "example": ""
        },
        "RecordStatus": {
          "type": "string",
          "description": "Record Status (\"A\":Active, \"P\":Passive)",
          "example": ""
        },
        "CreditAccountBranchCode": {
          "type": "number",
          "description": "Credit Account Branch Code",
          "example": ""
        },
        "CreditAccountNumber": {
          "type": "number",
          "description": "Credit Account Number",
          "example": ""
        },
        "CreditAccountSuffix": {
          "type": "number",
          "description": "Credit Account Suffix",
          "example": ""
        },
        "IsSuccess": {
          "type": "boolean",
          "description": "OTP Code Current Information",
          "example": ""
        },
        "OnlineCrmInterestFlag": {
          "type": "boolean",
          "description": "Online Crm Interest Flag",
          "example": ""
        },
        "ProducerCardPaymentPlanInfoList": {
          "type": "array",
          "description": "Producer Payment Plan Info List",
          "items": {
            "properties": {}
          }
        },
        "ProducerCardIrregularCapitalInfoList": {
          "type": "array",
          "description": "Producer Card Irregular Capital Info List",
          "items": {
            "properties": {}
          }
        },
        "ProducerCardIrregularInterestInfoList": {
          "type": "array",
          "description": "Producer CArd Irregular Interest Info List",
          "items": {
            "properties": {}
          }
        },
        "CustomerNo": {
          "type": "number",
          "description": "Customer No",
          "example": ""
        },
        "QueryDate": {
          "type": "string",
          "format": "date",
          "description": "Date of query",
          "example": ""
        },
        "EndDate": {
          "type": "string",
          "format": "date",
          "description": "End Date",
          "example": ""
        },
        "Consolide": {
          "type": "boolean",
          "description": "Consolide",
          "example": ""
        },
        "CustomerPersonelAccountNo": {
          "type": "number",
          "description": "Customer Personel Account No",
          "example": ""
        },
        "ShareAccountNumber": {
          "type": "number",
          "description": "Share Account Number",
          "example": ""
        }
      }
    }
  }
};
                                    
CodeSamples
@ECHO OFF

curl -v -X POST "https://apigwtest.denizbank.com/api//Accounts/GetCorporateAccountTransactionList"
-H "Content-Type: application/json"
-H "SubscriptionKey: {subscription key}"

--data-ascii "{body}" 
using System;
using System.Net.Http.Headers;
using System.Text;
using System.Net.Http;
using System.Web;

namespace CSHttpClientSample
{
static class Program
    {
static void Main()
        {
            MakeRequest();
            Console.WriteLine("Hit ENTER to exit...");
            Console.ReadLine();
        }

static async void MakeRequest()
        {
var client = new HttpClient();
var queryString = HttpUtility.ParseQueryString(string.Empty);

// Request headers
            client.DefaultRequestHeaders.Add("SubscriptionKey", "{subscription key}");

var uri = "https://apigwtest.denizbank.com/api//Accounts/ProducerCardPaymentPlan" + queryString;

            HttpResponseMessage response;

// Request body
byte[] byteData = Encoding.UTF8.GetBytes("{body}");

using (var content = new ByteArrayContent(byteData))
            {
               content.Headers.ContentType = new MediaTypeHeaderValue("< your content type, i.e. application/json >");
               response = await client.PostAsync(uri, content);
            }

        }
    }
}	
// // This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
import java.net.URI;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.utils.URIBuilder;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;

public class JavaSample 
{
    public static void main(String[] args) 
    {
        HttpClient httpclient = HttpClients.createDefault();

                                        try
        {
            URIBuilder builder = new URIBuilder("https://apigwtest.denizbank.com/api//Accounts/GetAccountDetail");


            URI uri = builder.build();
            HttpPost request = new HttpPost(uri);
            request.setHeader("Content-Type", "application/json");
            request.setHeader("SubscriptionKey", "{subscription key}");


                                        // Request body
            StringEntity reqEntity = new StringEntity("{body}");
            request.setEntity(reqEntity);

            HttpResponse response = httpclient.execute(request);
            HttpEntity entity = response.getEntity();

                                        if (entity != null) 
            {
                System.out.println(EntityUtils.toString(entity));
            }
        }
                                        catch (Exception e)
        {
            System.out.println(e.getMessage());
        }
    }
}

<!DOCTYPE html>
<html>
<head>
                                        <title>JSSample</title>
                                        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
</head>
<body>

<script type="text/javascript">
    $(function() {
                                        var params = {
                                        // Request parameters
        };

        $.ajax({
            url: "https://apigwtest.denizbank.com/api//Accounts/GetAccountDetail?" + $.param(params),
            beforeSend: function(xhrObj){
                                        // Request headers
                xhrObj.setRequestHeader("Content-Type","application/json");
                xhrObj.setRequestHeader("SubscriptionKey","{subscription key}");
            },
            type: "POST",
                                        // Request body
            data: "{body}",
        })
        .done(function(data) {
            alert("success");
        })
        .fail(function() {
            alert("error");
        });
    });
</script>
</body>
</html>

                                        #import <Foundation/Foundation.h>

                                        int main(int argc, const char * argv[])
    {
                                        NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

                                        NSString* path = @"https://apigwtest.denizbank.com/api//Accounts/GetAccountDetail";
                                        NSArray* array = @[
                                        // Request parameters
                                        @"entities=true",
    ];

                                        NSString* string = [array componentsJoinedByString:@"&"];
    path = [path stringByAppendingFormat:@"?%@", string];

                                        NSLog(@"%@", path);

                                        NSMutableURLRequest* _request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:path]];
    [_request setHTTPMethod:@"POST"];
                                        // Request headers
    [_request setValue:@"application/json" forHTTPHeaderField:@"Content-Type"];
    [_request setValue:@"{subscription key}" forHTTPHeaderField:@"SubscriptionKey"];
                                        // Request body
    [_request setHTTPBody:[@"{body}" dataUsingEncoding:NSUTF8StringEncoding]];

                                        NSURLResponse *response = nil;
                                        NSError *error = nil;
                                        NSData* _connectionData = [NSURLConnection sendSynchronousRequest:_request returningResponse:&response error:&error];

                                        if (nil != error)
    {
                                        NSLog(@"Error: %@", error);
    }
                                        else
    {
                                        NSError* error = nil;
                                        NSMutableDictionary* json = nil;
                                        NSString* dataString = [[NSString alloc] initWithData:_connectionData encoding:NSUTF8StringEncoding];
                                        NSLog(@"%@", dataString);

                                        if (nil != _connectionData)
    {
    json = [NSJSONSerialization JSONObjectWithData:_connectionData options:NSJSONReadingMutableContainers error:&error];
    }

                                        if (error || !json)
    {
                                        NSLog(@"Could not parse loaded json with error:%@", error);
    }

                                        NSLog(@"%@", json);
    _connectionData = nil;
    }

    [pool drain];

                                        return 0;
    }
<?php
// This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
require_once 'HTTP/Request2.php';

$request = new Http_Request2('https://apigwtest.denizbank.com/api//Accounts/GetAccountDetail');
$url = $request->getUrl();

$headers = array(
                                        // Request headers
                                        'Content-Type' => 'application/json',
                                        'SubscriptionKey' => '{subscription key}',
);

$request->setHeader($headers);

$parameters = array(
                                        // Request parameters
);

$url->setQueryVariables($parameters);

$request->setMethod(HTTP_Request2::METHOD_POST);

// Request body
$request->setBody("{body}");

try
{
                                        $response = $request->send();
                                        echo $response->getBody();
}
catch (HttpException $ex)
{
                                        echo $ex;
}

?>
########### Python 2.7 #############
import httplib, urllib, base64

headers = {
                                        # Request headers
                                        'Content-Type': 'application/json',
                                        'SubscriptionKey': '{subscription key}',
}

params = urllib.urlencode({
})

try:
    conn = httplib.HTTPSConnection('api-gateway.intertech.com.tr')
    conn.request("POST", "/BankingApiV01/Accounts/GetAccountDetail?%s" % params, "{body}", headers)
    response = conn.getresponse()
    data = response.read()
    print(data)
    conn.close()
except Exception as e:
    print("[Errno {0}] {1}".format(e.errno, e.strerror))

####################################

########### Python 3.2 #############
import http.client, urllib.request, urllib.parse, urllib.error, base64

headers = {
                                        # Request headers
                                        'Content-Type': 'application/json',
                                        'SubscriptionKey': '{subscription key}',
}

params = urllib.parse.urlencode({
})

try:
    conn = http.client.HTTPSConnection('api-gateway.intertech.com.tr')
    conn.request("POST", "/BankingApiV01/Accounts/GetAccountDetail?%s" % params, "{body}", headers)
    response = conn.getresponse()
    data = response.read()
    print(data)
    conn.close()
except Exception as e:
    print("[Errno {0}] {1}".format(e.errno, e.strerror))

####################################
require 'net/http'

uri = URI('https://apigwtest.denizbank.com/api//Accounts/GetAccountDetail')


request = Net::HTTP::Post.new(uri.request_uri)
# Request headers
request['Content-Type'] = 'application/json'
# Request headers
request['SubscriptionKey'] = '{subscription key}'
# Request body
request.body = "{body}"

response = Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http|
    http.request(request)
end

puts response.body
Try API Console

NotSubscribedToThisAPI

POST

ProducerCardPaymentPlan

addHeaders

addParameters

Waiting...