{
"context": {
"language": "string"
},
"accountPrivateName": "string",
"amount": 0,
"currencyCode": "string",
"depositFrequency": "string",
"explanation": "string",
"maturityDate": "string",
"maturityDayCount": 0,
"maturityType": 0,
"newAccountBranchCode": 0,
"nextMaturityType": 0,
"productCode": "string",
"profitAccrualFrequency": "string",
"profitReturnAcccountIdentifier": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"rollType": 0,
"sourceAcccountIdentifier": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
}
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/accounts/account/participation/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"accountPrivateName": "string",
"amount": 0,
"currencyCode": "string",
"depositFrequency": "string",
"explanation": "string",
"maturityDate": "string",
"maturityDayCount": 0,
"maturityType": 0,
"newAccountBranchCode": 0,
"nextMaturityType": 0,
"productCode": "string",
"profitAccrualFrequency": "string",
"profitReturnAcccountIdentifier": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
},
"rollType": 0,
"sourceAcccountIdentifier": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
}
}'
null