Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions OpenApiSpecs/endpointpaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1178,23 +1178,23 @@
},
"ReportConnector": {
"get": {
"descriptionNl": "",
"descriptionNl": "Rapport genereren en ophalen",
"url": "Inrichting#get-/connectors/ReportConnector",
"descriptionEn": ""
"descriptionEn": "Create and retrieve report"
}
},
"OtpRequest": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpRequest",
"descriptionEn": ""
"post": {
"descriptionNl": "OTP aanvragen",
"url": "Inrichting#post-/connectors/OtpRequest",
"descriptionEn": "Request OTP (one-time password)"
}
},
"OtpValidation": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpValidation",
"descriptionEn": ""
"post": {
"descriptionNl": "OTP valideren",
"url": "Inrichting#post-/connectors/OtpValidation",
"descriptionEn": "Validate OTP (one-time password)"
}
},
"KnCSRLine": {
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Artikelen.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
},
"/Metainfo/{Type}/{Endpoint}": {
"get": {
"summary": "Retieve the metainfo of a specific connector based on the endpoint id. This includes the fields and their properties.",
"summary": "Retrieve the metainfo of a specific connector based on the endpoint id. This includes the fields and their properties.",
"tags": [
"API Info"
],
Expand Down Expand Up @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retieve the data of a custom getconnector based on the endpoint id.",
"summary": "Retrieve the data of a custom getconnector based on the endpoint id.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent unexpectedly ordered results",
"description": "Use this to prevent unexpected reordering of results",
"schema": {
"type": "string"
}
Expand Down
4 changes: 4 additions & 0 deletions OpenApiSpecs/profit/en/Dossiers en bijlagen en workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -4629,6 +4629,10 @@
"name": "API Info",
"description": "API Info"
},
{
"name": "Bestanden",
"description": "Files"
},
{
"name": "Dossier",
"description": "Dossier"
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/nl/Artikelen.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
},
"/Metainfo/{Type}/{Endpoint}": {
"get": {
"summary": "Retieve the metainfo of a specific connector based on the endpoint id. This includes the fields and their properties.",
"summary": "Retrieve the metainfo of a specific connector based on the endpoint id. This includes the fields and their properties.",
"tags": [
"API Info"
],
Expand Down Expand Up @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retieve the data of a custom getconnector based on the endpoint id.",
"summary": "Retrieve the data of a custom getconnector based on the endpoint id.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent unexpectedly ordered results",
"description": "Use this to prevent unexpected reordering of results",
"schema": {
"type": "string"
}
Expand Down
4 changes: 4 additions & 0 deletions OpenApiSpecs/profit/nl/Dossiers en bijlagen en workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -4629,6 +4629,10 @@
"name": "API Info",
"description": "API Info"
},
{
"name": "Bestanden",
"description": "Bestanden"
},
{
"name": "Dossier",
"description": "Dossier"
Expand Down
12 changes: 8 additions & 4 deletions OpenApiSpecs/profit/nl/Inrichting.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
},
"userId": {
"type": "string",
"description": "The emailladdress or userid (12345.user)"
"description": "The email address or userId (12345.user)"
}
},
"required": [
Expand All @@ -810,7 +810,7 @@
"OTP Example": {
"value": {
"apiKey": "8B4406A0041C4A319D6594224186383F",
"userid": "work@exampleemail.com",
"userId": "work@exampleemail.com",
"apiToken": "941C8D1742366C922BFF7B81946526EE"
}
}
Expand Down Expand Up @@ -867,7 +867,7 @@
},
"userId": {
"type": "string",
"description": "The emailladdress or userid (12345.user)"
"description": "The email address or userId (12345.user)"
},
"otp": {
"type": "string",
Expand All @@ -885,7 +885,7 @@
"OTP Example": {
"value": {
"apiKey": "8B4406A0041C4A319D6594224186383F",
"userid": "work@exampleemail.com",
"userId": "work@exampleemail.com",
"apiToken": "941C8D1742366C922BFF7B81946526EE",
"otp": "34264813"
}
Expand Down Expand Up @@ -2661,6 +2661,10 @@
"name": "GET",
"description": "GET"
},
{
"name": "OTP Authorization",
"description": "OTP Autorisatie"
},
{
"name": "API Info",
"description": "API Info"
Expand Down
8 changes: 7 additions & 1 deletion markdownpages/profit/en/news-profit7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: EZW
date: 2026-04-08
date: 2026-05-11
tags: Profit7, GetConnector, UpdateConnector, Integration, Configuration
title: New in Profit 7
---
Expand Down Expand Up @@ -1010,6 +1010,12 @@ No changes for this release.

## Verkoop en Orders Specification

### Breaking Changes

| Description | Connector | Operation |
| --- | --- | --- |
| added the new required request property 'FbSubscription/Element/Fields/VaDu' | FbSubscription | [POST](https://docs.afas.help/apidoc/nl/Verkoop%20en%20Orders#post-/connectors/FbSubscription) |

### Changelog

| Description | Connector | Operation |
Expand Down
10 changes: 9 additions & 1 deletion markdownpages/profit/en/news-profit8.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: EZW
date: 2026-04-08
date: 2026-05-11
tags: Profit8, GetConnector, UpdateConnector, Integration, Configuration
title: New in Profit 8
---
Expand All @@ -21,5 +21,13 @@ Starting with Profit 8, several changes have been implemented in the AFAS Profit

## Important changes

#### mTLS support on connectors

Starting with Profit 8, it is possible to use mTLS (mutual TLS) on connectors. mTLS is a security protocol in which both the client and the server must authenticate themselves with a certificate. This provides an extra layer of security, because only authorized clients can connect to the server.

### Webhooks!

A long-cherished wish has come true: Webhooks! At the AFAS Open you will hear more.


## Other changes
8 changes: 7 additions & 1 deletion markdownpages/profit/nl/news-profit7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: EZW
date: 2026-04-08
date: 2026-05-11
tags: Profit7, GetConnector, UpdateConnector, Integration, Configuration
title: Nieuw in Profit 7
---
Expand Down Expand Up @@ -1010,6 +1010,12 @@ No changes for this release.

## Verkoop en Orders Specification

### Breaking Changes

| Description | Connector | Operation |
| --- | --- | --- |
| added the new required request property 'FbSubscription/Element/Fields/VaDu' | FbSubscription | [POST](https://docs.afas.help/apidoc/nl/Verkoop%20en%20Orders#post-/connectors/FbSubscription) |

### Changelog

| Description | Connector | Operation |
Expand Down
12 changes: 10 additions & 2 deletions markdownpages/profit/nl/news-profit8.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author: EZW
date: 2026-04-08
date: 2026-05-11
tags: Profit8, GetConnector, UpdateConnector, Integration, Configuration
title: Nieuw in Profit 8
---
Expand All @@ -21,5 +21,13 @@ Vanaf Profit 8 is er een aantal wijzigingen in de AFAS Profit API doorgevoerd. H

## Belangrijke wijzigingen

#### mTLS ondersteuning op de connectoren

Vanaf Profit 8 is het mogelijk om mTLS (mutual TLS) te gebruiken op de connectoren. mTLS is een beveiligingsprotocol waarbij zowel de client als de server zich moeten authenticeren met een certificaat. Dit zorgt voor een extra laag beveiliging, omdat alleen geautoriseerde clients verbinding kunnen maken met de server.

### Webhooks!

Een langgekoesterde wens is in vervulling gegaan: Webhooks! Op de AFAS Open hoor je meer.

## Overige wijzigingen

## Overige wijzigingen
Loading