Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Förlänga abonnemang med ett anrop

...

1. Lista personens abonnemang

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

...