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 |
SecuritySecurity for the Resengo Web API is still under construction.
For now, just add an Authorization header to each request with the following text:
APiClientId= [YOUR_APIClientID] , Secret= [YOUR_APISecret]
See the C# Example for an implementation.
At a later stage, we will probably replace this with an MD5 hash.
|