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 |
You can remove Subscriptions from your network by issuing a DELETE request to http://api.resengo.com/SUB/Subscription.
You can only remove Subscriptions that do not yet have a PersonSubscription
If you need to disable a Subscription that has already been used, consider setting the Active property to false with a POST request to http://api.resengo.com/SUB/Subscription. Parameters for SUB/Subscription (DELETE):
Response of SUB/Subscription (DELETE):
Fields of <Subscription>:
|