Questions tagged [exact-online]

Exact Online is an online accounting program. It has a CSV, XML and REST API to communicate with.

Exact Online is an online accounting program. It has over 1.000 CSV, XML and REST API's to communicate with. Many APIs offer DML features.

Some useful resources to start programming against the XML and REST API of Exact Online:

156 questions
0
votes
1 answer

Retrieve access code while connecting to Exact Online with Oauth2

I'm having a hard time retrieving an access code from Exact Online. My GET request looks like this: GET /api/oauth2/auth?client_id=CIENTID&redirect_uri=http://example.com/oauthcallback&response_type=code HTTP/1.0 User-Agent: Drupal…
Elendas
  • 733
  • 3
  • 8
  • 22
0
votes
2 answers

OAuth2 integration with ExactOnline

I am trying to integrate our app with Exact Online website using OAuth2,or more specifically i am trying to create hour registration which should include "Employee","Project","Hours","Hours type". function registerTime($access_token_for_data) { …
-1
votes
1 answer

How to authenticate app to respond to webhook events

I seem to be overlooking something quite fundamental regarding authentication when trying to automate an API request in response to receiving a webhook notification, and any help would be appreciated. I am comfortable creating a custom app to work…
AndyG
  • 9
  • 4
-1
votes
1 answer

exact online api returning part of request

I'm trying to request a bunch of data concerning hours worked from exact online using python. To do so I'm using this https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=ProjectTimeTransactions . According to this list it's…
Nathan
  • 3,558
  • 1
  • 18
  • 38
-1
votes
3 answers

php api, how to make $variabel?

I want to have the output of my Exactonline script for example the output "Kasboek" in my autotask script "$ticket->Title = '....' " like "$ticket->Title = 'Kasboek' ". How can I do this if there are 6 different outputs I need to separate them in…
RikEdsas
  • 9
  • 4
-1
votes
2 answers

What is meant by 'a valid array format for collections'?

When calling an REST API method I get back that there is an error Error processing request stream. The payload must represent a valid array format for collections. But when searching for: valid array format for collections I get back a lot, but…
Tijn Snijders
  • 83
  • 1
  • 8
1 2 3
10
11