v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Collective Bill

Create collective bill

Creates a collective bill

post/api/v1/collectiveBill

Request body

OR

Example request

{
  "customer": {
    "id": "17"
  },
  "deliveryNotePositions": [
    {
      "id": "17"
    }
  ]
}

Response

Job created.

Example response

{
  "data": {
    "jobId": "0196d475-03a4-71e4-8f5c-61a521d9a0d8"
  }
}