The documentation has been moved to https://billysbilling.com/api.
Last active
September 3, 2018 00:34
-
-
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.
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.
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
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