POST /api/v1/orders/CreateDeliveryNote/{id}

Create an delivery note for an existing order. This request is extra throttled by order and api key to a maximum of 1 per 5 minutes.

Servers

Path parameters

Name Type Required Description
id Integer Yes

The internal billbee id of the order

Query parameters

Name Type Required Description
includePdf Boolean No

If true, the PDF is included in the response as base64 encoded string

sendToCloudId Integer No

Optionally specify the id of a billbee connected cloud device to send the pdf to

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.