Skip to content

Instantly share code, notes, and snippets.

@sebastianseilund
Last active September 3, 2018 00:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sebastianseilund/7478452 to your computer and use it in GitHub Desktop.
Save sebastianseilund/7478452 to your computer and use it in GitHub Desktop.
Simple documentation for the beta of API v2. We are working on getting our new real API docs online.
@luposlip
Copy link

luposlip commented Mar 4, 2014

Hey Sebastian,

Is it possible to automatically use the per-product defined prices as default unit price, when creating invoices with product lines, instead of having to add them "manually" as unitPrice via the API?

Appreciate your response.

Best,
Henrik, MeeWee

@websitecareio
Copy link

Sebastian, din php kode indeholder fejl.
$headers[] = "Content-Type: application/json");

burde være:
$headers[] = "Content-Type: application/json";

Den der ) til sidst skaber bare fejl beskeder.

@karimhb
Copy link

karimhb commented Sep 3, 2018

POST to /v2/files works, GET doesn't!
I can upload files fine, however, listing files never works! "Not authorised" to list files when everything is authorised!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment