FinanzOnline databox download webservice.
Requirements for this service:
Error codes
Method | Return | Description |
---|---|---|
__construct | Constructor. | |
get | DataboxDownloadListItem[] | Get a list for your databox. |
getEntry | string | Get one entry from your databox. |
public function __construct(SessionWs $sessionWs, array<string,mixed> $soapOptions=[]):
Constructor.
Parameter | Type | Default | Description |
---|---|---|---|
$sessionWs | SessionWs | Session webservice | |
$soapOptions | array |
[] | PHP SOAP client options |
public function get(string $type='', \DateTime|null $from=null, \DateTime|null $to=null): DataboxDownloadListItem[]
Get a list for your databox.
public function getEntry(string $applkey): string
Get one entry from your databox.
Parameter | Type | Default | Description |
---|---|---|---|
$applkey | string | You get this param if choose a record from the databox list {@see \CSoellinger\FonWebservices\DataboxDownloadWs::get} |
string | Base64 encoded string |