Click or drag to resize

ProjectcreateEpcGetRequest Methode

Girocheckout
Abfrage der zu einem GiroCode hinterlegten Daten

Namensraum:  GiroSolution.GiroCheckout
Assembly:  GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public EpcGetRequest createEpcGetRequest(
	string girocodeReference,
	string format,
	int resolution
)

Parameter

girocodeReference
Typ: SystemString
eindeutige GiroCode Referenznummer
format
Typ: SystemString
Format des GiroCode Grafik in der Antwort. Werte: epc-qr, epc-qr-optimizied, none
resolution
Typ: SystemInt32
Auflösung in Pixel (z.B. 250), wenn der GiroCode als Grafik angefordert wird. Maximal 500

Rückgabewert

Typ: EpcGetRequest
EpcGetRequest
Siehe auch