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
- https://app.billbee.io
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.