v1
latestOpenAPI 3.0.32026-08-0645108163.2 KBCompany
Update the editable fields of an existing company
Updates the editable fields of a company. This is a partial update: only the fields present in the request are changed; omitted fields are left untouched.
Identity fields (chamber of commerce number, VAT number and statutory name) are sourced from the chamber of commerce and cannot be updated through this endpoint.
Updated provisions take effect from the moment of the update onwards: they are applied to new orders and placements created after this call. Existing orders and placements keep the provisions that were in effect when they were created and are not updated retroactively.
post/public/company/v1/update-company
Request body
Example request
{
"iban": "NL24RABO0648620387",
"provisions": {
"fixedCostPriceFactor": 1.95,
"percentage": 18.2,
"minimumAmount": 18.21
}
}Response
Successfully updated the company. Returns the full, current company data.
Example response
{
"chamberOfCommerceNumber": "69831955",
"vatNumber": "NL290284636B95",
"iban": "NL24RABO0648620387",
"provisions": {
"fixedCostPriceFactor": 1.95,
"percentage": 18.2,
"minimumAmount": 18.21
}
}