picqer / exact-php-client

PHP Client library for Exact Online
MIT License
165 stars 201 forks source link

Picqer\Financials\Exact\Connection::upload() is missing optional parameters. #628

Closed RemcoA4r closed 9 months ago

RemcoA4r commented 11 months ago

You can upload XMLs to Exact with additional parameters in the url.

For example to add Params_Journal for the GLTransactions topic - see "Upload data" on https://support.exactonline.com/community/s/knowledge-base#All-All-DNO-Content-xmlsamplecode

The Picqer\Financials\Exact\Connection::upload() method doesn't have a way to do this yet.

remkobrenters commented 9 months ago

I will close this issue as formally Exact is phasing out the XML endpoints and adding new endpoints to the REST API to replace them.