After a document has been submitted to the RetailForce Fiscalisation service (createDocument and storeDocument), the service responds with a so-called FiscalResponse. This object is described in general in the article FiscalResponse object.
Depending on which fiscal country is assigned to the respective client (depending on the corresponding configuration of the client), different information can be found in the array "AdditionalFields". This article shows the information that is returned as a response within the framework of fiscalisation in Sweden (according to the Cash Register Act - "Kassaregisterlagen").
FiscalResponseSweden
additionalFields in fiscalResponse for Sweden
{ "fiscalCountry": "[5] = Sweden", "fiscalisationDocumentNumber": 0, "fiscalDocumentNumber": 0, "fiscalDocumentStartTime": 0, "processStartTime": 0, "errorDescription": "", "cashRegisterId": "070U0077", "signature": "", "userMessage": "", "printMessage": "***Test***", "requestTime": "2023-05-11T15:26:42.9059944+02:00", "requestCompletionTime": "2023-05-11T15:26:43.61538+02:00",
"retailForceReceiptId": "0p4j0001", /// only for createDocument "AdditionalFields": { "ControlUnitSerial": "xyz12345" } }
The following additional fields are used (transmitted) in the context of fiscalisation in Sweden
Elements | Type | Description | |
additionalFields | Country-specific information | ||
controlUnitSerial | The ID (serial number) of the certified cloud / central control unit ("certifierade kontrollenheter") (CCU) |
Comments
0 comments
Please sign in to leave a comment.