Customer Cards
Provides Operations for the customer cards of the Administration
| API | Description |
|---|---|
| POST api/Sale |
Handles a direct sale and the payment of it |
| POST api/ChargeCardCredit |
Charges the given credits to a customer card. Bonis are automaticly applied and returned in detail. |
| POST api/CustomerCardInformation |
Provides information about a customer card |
| POST api/ArticleSaleInformation |
Provides Information about the requested Articles. These data are calculated based on the given card and client and may differ based on these parameter. |
Mapping Information
Provides Information needed to map between the Administration and the external application
| API | Description |
|---|---|
| GET api/PriceGroup |
Gets a list of available Pricegroups |
| GET api/ArticleList |
Returns a List of Articles which are not deleted and have a valid article number |
| GET api/PaymentMethod |
Provides a list of possible payment methods |
Debugging
Contains special calls for the debugging purpose
| API | Description |
|---|---|
| POST api/Log |
Retrieves Informations about API-Requests in the history. If not time period is given, all stored requests are returned. |