{
"context": {
"language": "string"
},
"accountNo": "string",
"accountOwner": "string",
"accountType": "string",
"addressType": "string",
"addressValue": "string",
"description": "string",
"informChannel": "string",
"systemRefNo": 0
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/moneytransfers/kolas/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"accountNo": "string",
"accountOwner": "string",
"accountType": "string",
"addressType": "string",
"addressValue": "string",
"description": "string",
"informChannel": "string",
"systemRefNo": 0
}'
{
"data": {
"errorCode": 0,
"errorDescription": "string",
"movedRecordStatus": 0,
"success": true,
"systemRefNo": 0
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}