3rd Party Customers, Reservation, Tickets API
The SOAP-compatible HTTP interface B2B Data Interface, which is available in version 3.0.0, can be accessed at https://api.myhypersoft.de/Service/API300.asmx (or "b2b.myhypersoft.de/Service/API300.asmx" or "nocoo.de/Service/API300.asmx"). For a request with SOAP headers, an XML structure is expected in the request body. Alternatively, you can set the Content-Type field in the request header to 'application/json; charset=UTF-8;' and pass your data in JSON format. SOAP headers are not required for this request. Data must be transferred to the interface using the POST method. You can also simply integrate the web service into a Microsoft Visual Studio project via a service reference.
Tokens...
To use the web service, you need two authentication tokens (CusToken and Authtoken) which are issued exclusively by Hypersoft.
Intentional limitation and boundaries...
The number of web service calls is limited to 60 calls in the time span of one minute. If the limit is exceeded, any further web service call is blocked. Reactivation will be carried out exclusively by Hypersoft upon request.
This document describes service methods (grouped by area), complex data structures, and basic data types.
For complex data structures, the own fields, their data types and validity areas (min / max values) are specified. If no validity area is specified, the entire possible area is the specified basic data type.
web links
Web References in Visual Studio (Esay way to use a Web Service in Visual Studio)
Web Services Description Language (WSDL) 1.1
Additions...
DateTime fields are read from the server as Date, Time or DateTime. With Time, as with Accessible from - to, the time in DateTime is decisive and the date is ignored, so it can be, for example, 1970-01-01.
If, for example, the birthday is not transferred via the interface, but is stored in the POS system, it is important that the field is transferred to SetCustomer, otherwise it would be deleted. To do this, the customer data record can first be retrieved via GetCustomer, then the data to be changed can be stored, and then it can be fixed with SetCustomer.
Uploading records is currently limited to 500 and thus must be done in matching packages.
At the time of the time change...
In order to be compatible with the POS system, during the time changeover in spring and autumn in the one-hour time changeover period from 02:00 to 03:00, you must also always return all records that have changed since 02:00.
licenses
The use of customer data requires at least a Customer base licence and, depending on the usage concept, further eSolutions licences.
In addition, API licences are required:
The prerequisite for retrieving turnover data is an Enterprise Reports licence per location.
The NoCOO licence is required for receipts: NoCOO Digital Billing Licences
Interface 55: MOBILE PEOPLE Customer Data API for use with client data.
Interface 56: MOBILE PEOPLE Reservation API for use with reservation data.
Further documentation: Customer API development
Back to the parent page: Integrations and Interfaces