This article is about replaceing of a hardware TSE device (e.g. in case of a defective TSE).
If, for example, a defective TSE is to be replaced, you can initiate this via the Swagger interface (fiscal service) or via a function call ReplaceTse (on the module TrustedFiscalModuleGermany).
Requirements
Requirements
- The new TSE must be plugged into the system.
- The new TSE must not yet be initialised (factory state).
- The old TSE may be plugged into the system. If it is not present (because it is defective), any existing data can no longer be saved.
Information
An attempt is made to save the data on the TSE beforehand (if possible, e.g. if the TSE is not defective).
Process
Call the Replace TSE method on the service or on the module.
Service call
Call: PUT/api/v1/management/germany/{clientId}/tse/replace
Parameters:
- clientId: UniqueClientId of the client for which the TSE is to be updated.
- forceReplace: continue the replacement if the data of the old TSE cannot be saved (e.g. TSE defective).
Call at the module
Class: RetailForce.Fiscalisation.Implementation.Germany.TrustedFiscalModuleGermany
Method: public void ReplaceTse(bool forceReplace = false)
Parameter:
- forceReplace: Continue replacing if the data of the old TSE cannot be saved (e.g. TSE defective).
The client for which the TSE is replaced is determined by the instantiated class of the TrustedFiscalModuleGermany (instantiated for a client).
Comments
0 comments
Please sign in to leave a comment.