tripletex-api2 icon indicating copy to clipboard operation
tripletex-api2 copied to clipboard

Tripletex API 2 resources and examples

Results 47 tripletex-api2 issues
Sort by recently updated
recently updated
newest added

I am no able to add files on iOS. I Get looped back to camera view with a white picture and try again functionality.

Hi, The response from `HTTP GET https://api.tripletex.io/v2/order?orderDateFrom=2020-05-01&fields=number,orderLines(inventory, inventoryLocation)&orderDateTo=2024-05-17&isClosed=false` is ``` { "count": 1, "from": 0, "fullResultSize": 1, "values": [ { "number": "139", "orderLines": [ { "inventory": null, "inventoryLocation": { "displayName":...

While implementing stock-taking using the API we encountered a bug in the API. Field `count` and `location.id` has no effect when issuing `POST /v2/inventory/stocktaking/productline/list` ``` POST /v2/inventory/stocktaking/productline/list [ { "stocktaking":...

As **"Leveres"** in the GUI maps to field **"count"** i the API for `HTTP GET /order/orderline/{id}`, we would also like to expose the actual quantity ordered aka **"Bestilt"**, and the...

Is it possible to update the order with; if the product is picked and the picked date? Through the API? It seems like you can only change status of each...

I would like to know if there is a webhook trigger for timesheet entries

I made a POST request to `activity` with only name included in the body. It responds with internal server error. It's not a big issue, just though I'd report it,...

Tripletex's schema describes 200 OK responses, like this: but it is lacking in regards to describing the other expected responses like 401, 422 etc. This results in generated clients[^2] not...

We are using https://openapi-ts.pages.dev/ to generate client code and there are optional types in Tripletex's swagger schema which I believe could have been marked as required. Example `Employee` and it's...

Hi! Not sure if this is the correct forum for feature requests in the API or just the documentation, but here goes anyway! It would be great if all request...