Kâr Payı Hesaplama

Bu API banka kâr payı oranları ile hesaplama işlemlerini gerçekleştirir.

API Bilgileri

URL

/calculateProfitShare

Metot

POST

Versiyon

1.0

Scope

Information Services

Yetkilendirme Yöntemi

Authorization Code


Girdi Bilgileri

Alan Adı Format Açıklama Zorunlu/Opsiyonel

currencyCode

String Döviz Cinsi Zorunlu

flexibleMaturityDayCount

Number Vade Gün Sayısı Zorunlu

installmentAmount

Number Tutar Zorunlu

maturityType

Number Döviz Kodu Zorunlu


Çıktı Bilgileri

Alan Adı Format Açıklama

GrossProfit

Number Brüt Getiri

NetProfit

Number Net Getiri

 

Örnek

İstek:


		

		
{

    "currencyCode": "TRY",

    "flexibleMaturityDayCount": 0,

    "installmentAmount": 50000,

    "maturityType": "1"

}

Cevap:


		

		
{

    "GrossProfit": 318.285664,

    "NetProfit": 270.542814,

    "IsSuccessful": true,

    "StatusCode": 200,

    "WarningMessage": null

}