Förlänga abonnemang med ett anrop
...
1. Lista personens abonnemang
Exempel
Code Block |
---|
GET:APIURLAPIURL/subscriptions.xml?reqpersonid={personid}&apikey=345435345 (nivå tre) |
Detta ger {subscriptionid} och {monthlyamount}
2. Bokför betalning av period
Skapa avslutad order med ett anrop
Exempel
Code Block |
---|
POST:APIURL/receipts.xml apikey=345435345 (nivå tre) reqpersonid={personid} booking0.subscriptionid=23{subscriptionid} payment.totalamount={monthlyamount} payment.paymentmethodid=1 |
...