{
"context": {
"language": "string"
},
"addressType": "string",
"addressValue": 0,
"systemRefNo": 0
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/moneytransfers/kolas/address' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"addressType": "string",
"addressValue": 0,
"systemRefNo": 0
}'
{
"data": {
"errorCode": 0,
"errorDescription": "string",
"kolasAddresses": [
{
"errorMessage": {
"errorCode": 0,
"fieldErrors": [
{
"code": 0,
"field": "string",
"message": "string",
"objectName": "string"
}
],
"httpCode": 0,
"httpMessage": "string",
"moreInformation": "string"
},
"accountNo": "string",
"accountOwner": "string",
"accountType": "string",
"addressType": "string",
"addressValue": "string",
"createdDate": "2019-08-24T14:15:22Z",
"description": "string",
"identityNo": 0,
"recordStatus": 0,
"systemRefNo": 0
}
],
"success": true
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}