{
"basketType": 0,
"requestedAmount": 0
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/digitalloan/calculate/samplepaymentplans' \
--header 'Content-Type: application/json' \
--data-raw '{
"basketType": 0,
"requestedAmount": 0
}'
{
"data": {
"errorCode": "string",
"errorMessage": "string",
"errorParameters": null,
"result": [
{
"requestedAmount": 0,
"numberOfInstallment": 0,
"firstInstallmentPaymentDate": "string",
"profitRate": 0,
"installmentAmount": 0,
"totalAmount": 0,
"annualCostRate": 0,
"loanFee": 0
}
],
"isError": true
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}