{
"context": {
"language": "string"
},
"period1": "string",
"period2": 0,
"plateNumber": "string",
"taxType": 0
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/querymtvtax' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"period1": "string",
"period2": 0,
"plateNumber": "string",
"taxType": 0
}'
{
"data": {
"errorCode": 0,
"errorText": "string",
"isSameCustomer": true,
"paymentPlanList": [
{
"companyType": "string",
"description": "string",
"fatherName": "string",
"mainPaymentPlanId": "string",
"name": "string",
"onlineTaxAccrualDTOList": [
{
"arrangementDate": "string",
"eventRegistrationDefNo": "string",
"notificationDate": "string",
"onlineTaxDebtDetailDTO": [
{
"checkBoxFlag": "string",
"installmentNo": 0,
"installmentNoYaz": "string",
"maturity": 0,
"opRowOId": "string",
"opshoId": "string",
"rowStatus": "string",
"tableTip": 0,
"taxCode": 0,
"taxCodeName": "string",
"vab": 0
}
],
"plateNo": "string",
"rowStatus": "string",
"seriesSequenceNo": "string",
"taxCode": 0,
"taxTerm": 0,
"thkFisNo": "string"
}
],
"paymentPlanDocumentNo": "string",
"postponementFileNo": "string",
"rowStatus": "string",
"surname": "string",
"taxNo": 0,
"tckn": 0,
"tcknUnmasked": "string",
"traceFileNo": "string"
}
],
"queryMTVRequest": "string",
"taxOfficeCode": "string",
"taxOfficeName": "string"
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}