QueryDataTransmissionWs


FinanzOnline query data transmission webservice.

Requirements for this service:

  • A registration for FinanzOnline
  • A user for the web service, which can be created in the user administration of FinanzOnline

Error codes

  • 0 = All fine :)
  • -1 = The session ID is invalid or expired.
  • -2 = The web service is currently not available due to maintenance work.
  • -3 = A technical error has occurred.
  • -4 = User is not allowed for this function
  • -5 = The FastNr is not valid
  • -6 = The period have to be between the (current year - 7) and the current year
  • -7 = Not allowed to query this FastNr
 

Methods summary

Method Return Description
__construct Constructor.
query QueryDataTransmission tbd.

Details


public function __construct(SessionWs $sessionWs, array<string,mixed> $soapOptions=[]):

Constructor.

Parameters

Parameter Type Default Description
$sessionWs SessionWs Session webservice
$soapOptions array [] PHP SOAP client options
 
public function query(string $fastNr, string $period='', string|null $type=null): QueryDataTransmission

tbd.

Parameters

Parameter Type Default Description
$fastNr string tbd
$period string '' tbd
$type string | null null tbd

Return value

 
 
PHP Fon Webservices

QueryDataTransmissionWs


FinanzOnline query data transmission webservice.

Requirements for this service:

  • A registration for FinanzOnline
  • A user for the web service, which can be created in the user administration of FinanzOnline

Error codes

  • 0 = All fine :)
  • -1 = The session ID is invalid or expired.
  • -2 = The web service is currently not available due to maintenance work.
  • -3 = A technical error has occurred.
  • -4 = User is not allowed for this function
  • -5 = The FastNr is not valid
  • -6 = The period have to be between the (current year - 7) and the current year
  • -7 = Not allowed to query this FastNr
 

Methods summary

Method Return Description
__construct Constructor.
query QueryDataTransmission tbd.

Details


public function __construct(SessionWs $sessionWs, array<string,mixed> $soapOptions=[]):

Constructor.

Parameters

Parameter Type Default Description
$sessionWs SessionWs Session webservice
$soapOptions array [] PHP SOAP client options
 
public function query(string $fastNr, string $period='', string|null $type=null): QueryDataTransmission

tbd.

Parameters

Parameter Type Default Description
$fastNr string tbd
$period string '' tbd
$type string | null null tbd

Return value