Update Quantity
Last updated
https://api.zotlo.com/v1/subscription/change-quantityPOST https://api.zotlo.com/v1/subscription/change-quantity HTTP/1.1
AccessKey: ••••••
AccessSecret: ••••••
Content-Type: application/json
ApplicationId: •
Language: ••
{
"subscriberId": "test@mail.com",
"packageId": "zotlo.premium",
"quantity": 2
}{
"meta": {
"requestId": "6d2989e84793-REQ-5f354e9240c23",
"httpStatus": 200
},
"result": {
"profile": {
"status": "active",
"realStatus": "active",
"subscriberId": "905555555555",
"subscriptionType": "paid",
"startDate": "2020-07-27 11:56:16",
"expireDate": "2020-10-25 11:56:16",
"package": "zotlo.premium",
"country": "TR",
"phoneNumber": "+905555555555",
"language": "tr",
"originalTransactionId": "5a4d2db2-7be8-41e7-a6c8-63870762974b",
"cancellation": null,
"customParameters": null,
"quantity": 19,
"pendingQuantity": 17
},
"package": {
"packageId": "zotlo.premium",
"price": 49,
"currency": "USD",
"packageType": "subscription",
"name": "Zotlo Premium"
},
"customer": {
"id": 7,
"createDate": "2020-05-19 08:54:07",
"country": "TR",
"firstname": "Test",
"lastname": "User",
"email": "test@zotlo.com"
}
}
}