Delete a bulk of VAT specifications

Delete a bulk of VAT specifications from your company.

PUT accountingsystems/wkbelgium/vatspecifications/delete/bulk

Request details

The put request will contain all the required information to delete a bulk of VAT specifications

Request properties

Property Type Description Optional
vatSpecificationsIds Guid [] An array of unique identifiers of VAT specifications No

Example bulk delete VAT specifications request

[
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000",
    "{vatspecification-guid}"
]
            

Response

Upon successful delete a bulk of VAT specifications in Basecone system a 200 http status code will be returned.

If something goes wrong and error message with failure details will be given together with a suitable http error status code.

Possible error responses

Status code Error code Details
400 invalid_request_payload One or more vatSpecificationId are empty
403 Forbidden User does not have access to one or more VAT specifications companies
404 Not Found The request resource is not found.