Delete one or multiple VAT changes in a company

DELETE /company/companies/@id/vat-changes

Request

Authentication

This endpoint requires authentication.

Header Value
Authorization Set the value to Bearer + + access_token

URL parameters

Replace the @ keywords in the URL with their corresponding value.

A dictionary with fields

Field Type Description
id Int The company ID that is owner of the VAT changes.

Body

Pass the following properties via application/json or form encoding in the body of the request.

Array of Int: [Int]

Int

Example request 1

DELETE /company/companies/13/vat-changes HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.8.0
Accept-Language: en-US,en;q=0.5
Content-Type: application/json
Content-Length: 26
[
    10,
    13,
    15
]

Response

Example response 1

HTTP/1.1 200 OK
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable