1. List
List your products and content within the scope of recurring payments.
Recurring Payment Product/Content Pool List
Parameter
Type
Compulsory
Description
Parameter
Type
Description
Last updated
List your products and content within the scope of recurring payments.
Last updated
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": {
"TotalRecord": 10,
"Data": [
{
"Id": 19,
"Type": 2,
"Name": "test1",
"Amount": 150.00,
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 6
},
{
"Id": 12,
"Type": 1,
"Name": "test2",
"Amount": 23.00,
"LastChangesDateTime": "2023-12-18T14:27:45.1340498",
"ActiveUsedSubscription": 13
},
{
"Id": 11,
"Type": 1,
"Name": "test3",
"Amount": 1.00,
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 0
},
{
"Id": 10,
"Type": 1,
"Name": "test4",
"Amount": 121.00,
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 0
},
{
"Id": 9,
"Type": 3,
"Name": "test5",
"Amount": 10.00,
"LastChangesDateTime": "0001-01-01T00:00:00",
"ActiveUsedSubscription": 0
}
]
}
}