1. List
List your customers within the scope of recurring payments.
Last updated
List your customers within the scope of recurring payments.
Last updated
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": {
"TotalRecord": 350,
"Data": [
{
"Id": 357,
"CustomerName": "test1",
"CustomerLastname": "test1",
"CustomerPhone": "55500000001",
"CustomerEmail": "[email protected]",
"CustomerCountry": "",
"CustomerCity": "",
"CustomerAddress": "",
"CustomerIdentity": "",
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 1
},
{
"Id": 354,
"CustomerName": "test2",
"CustomerLastname": "test2",
"CustomerPhone": "55500000002",
"CustomerEmail": "[email protected]",
"CustomerCountry": "",
"CustomerCity": "",
"CustomerAddress": "",
"CustomerIdentity": "",
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 1
},
{
"Id": 353,
"CustomerName": "test3",
"CustomerLastname": "test3",
"CustomerPhone": "55500000003",
"CustomerEmail": "[email protected]",
"CustomerCountry": "Turkiye",
"CustomerCity": "İstanbul",
"CustomerAddress": "maltepe",
"CustomerIdentity": "11111111110",
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 42
},
{
"Id": 352,
"CustomerName": "test4",
"CustomerLastname": "test4",
"CustomerPhone": "55500000004",
"CustomerEmail": "[email protected]",
"CustomerCountry": "",
"CustomerCity": "",
"CustomerAddress": "",
"CustomerIdentity": "",
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 1
},
{
"Id": 351,
"CustomerName": "test5",
"CustomerLastname": "test5",
"CustomerPhone": "55500000005",
"CustomerEmail": "[email protected]",
"CustomerCountry": "",
"CustomerCity": "",
"CustomerAddress": "",
"CustomerIdentity": "",
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 1
}
]
}
}