Resengo Web API ~ documentation

General Info:

Security
Xml or Json ?
C# example: a HTTP GET request
Validation Errors

Available Entities:

Module Entity
FI Transaction
PL Person
RES PartnerReservation
RES PartnerReservationContacts
RES PartnerReservations
SUB PersonSubscription
SUB Subscription
SUB SubscriptionTransaction
WS Order
WS OrderItem

Security

Security 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.