diff --git a/doc/general/operation-modes/operation-modes.md b/doc/general/operation-modes/operation-modes.md index 8e9edf11..70b9ca83 100644 --- a/doc/general/operation-modes/operation-modes.md +++ b/doc/general/operation-modes/operation-modes.md @@ -34,6 +34,38 @@ The queue nutshell serves to encapsulate the functionality of a receipt chain fo The Helper nutshell is used to support updates and configurations. +#### fiskaltrust.SignaturCloud + +The fiskaltrust.SignaturCloud is a pure online solution. The receipt linking is handled entirely online. The advantage of this solution is that no installation or configuration is required for the client and any platform can use this service. + +The fiskaltrust.SignaturCloud currently has two different versions: + - 1.1 + - 1.2 + +We differentiate between them by backend servers. So the external url is the same: https://signaturcloud.fiskaltrust.at for both versions. If you want to use a specific version of fiskaltrust.SignaturCloud, you will need to set the service-version field into the request header. HTTP header fields are components of the header section of request and response messages in the Hypertext Transfer Protocol (HTTP). They define the operating parameters of an HTTP transaction. If you want to read more about the HTTP headers, you can find details on the following link: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields. As default the fiskaltrust.SignaturCloud 1.1 version is used. + +``` +Example: +curl -X GET https://signaturcloud.fiskaltrust.at/api/version -H 'service-version: 1.2' + +[ + "fiskaltrust.space.signaturcloud", + "1.49.19218.17628-dev+f5672f3d7a", + "1.49.19218.17628", + "Service package:fiskaltrust.service.azure.net46.dll", + "Service product version:1.2", + "Service file version:1.2.19089.12258" +] + +curl -X GET https://signaturcloud.fiskaltrust.at/api/version or +curl -X GET https://signaturcloud.fiskaltrust.at/api/version -H 'service-version: 1.1' +[ + "fiskaltrust.space.signaturcloud", + "1.1", + "1.1.17249.2687" +] +``` + ### Configuration of the fiskaltrust.Service #### Online Portal