Security |
Xml or Json ? |
C# example: a HTTP GET request |
Validation Errors |
Module | Entity |
---|---|
FI | Transaction |
PL | Person |
RES | PartnerReservation |
RES | PartnerReservationContacts |
RES | PartnerReservations |
SUB | PersonSubscription |
SUB | Subscription |
SUB | SubscriptionTransaction |
WS | Order |
WS | OrderItem |
The SubscriptionTransaction entities describe the movement of credits to and from a PersonSubscription.
The total value of all SubscriptionTransactions for any PersonSubscription is the amount of credits left on that PersonSubscription.
Do not confuse with FI/Transaction, which are payments with money.
|
You can remove SubscriptionTransactions from your network by issuing a DELETE request to http://api.resengo.com/SUB/SubscriptionTransaction.
Parameters for SUB/SubscriptionTransaction (DELETE):
Response of SUB/SubscriptionTransaction (DELETE):
Fields of <SubscriptionTransaction>:
Documentation on fields is not yet available.
|