POS API

Programming Interface for connecting POS-Systems to the Administration

Connected to: Carfunkel

Authorization

We use the standard Authorization Header with the Bearer Scheme for the Authentication Token. This token can can be configured in the web.config and must be provided with each request.

Authorization: Bearer <Token>

Exchange Formats

We support the latest and battle tested data exchange formats like Json or XML. Make sure you set the correct header

Accept: application/json or
Accept: application/xml