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
572 changes: 525 additions & 47 deletions OpenApiSpecs/endpointpaths.json

Large diffs are not rendered by default.

106 changes: 98 additions & 8 deletions OpenApiSpecs/profit/en/Artikelen.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.0",
"info": {
"version": "7.7.10",
"version": "8.8.11",
"title": "AFAS Artikelen API",
"description": "This API describes the endpoints related to Artikelen. Use this API with the functional description of the API."
},
Expand Down Expand Up @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retrieve the data of a custom getconnector based on the endpoint id.",
"summary": "Retrieve the metainfo of a custom getconnector based on the endpoint id. This includes the fields and their properties. These id's can be found in the metainfo request result.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of the connector you want to get the data from",
"description": "Add the id of connector you want to get the meta info from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Use this to prevent unexpected reordering of results",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down Expand Up @@ -6591,6 +6591,26 @@
"description": "Northern Ireland (ICP return)",
"format": ""
},
"PreC": {
"type": "string",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5"
],
"maxLength": 20,
"description": "Prediction model\n0 = Do not predict;\n1 = SMA: Simple Moving Average;\n2 = ARIMA: AutoRegressive Integrated Moving Average;\n3 = SARIMA: Seasonal ARIMA;\n4 = Exponential Smoothing: Recent periods have more weight than older data;\n5 = Holt Winters: Exponential Smoothing including trend and seasonal patterns;",
"format": ""
},
"ABCXYZClass": {
"type": "string",
"maxLength": 2,
"description": "ABC-XYZ klasse",
"format": ""
},
"Head": {
"type": "boolean",
"description": "Met kopregel",
Expand Down Expand Up @@ -6619,12 +6639,12 @@
},
"CaSp": {
"type": "boolean",
"description": "Verekenprijs automatisch bepalen",
"description": "Verrekenprijs automatisch bepalen",
"format": ""
},
"SpCo": {
"type": "boolean",
"description": "Verekenprijs o.b.v. kostprijzen",
"description": "Verrekenprijs o.b.v. kostprijzen",
"format": ""
},
"StAM": {
Expand Down Expand Up @@ -6685,6 +6705,11 @@
"description": "Serviceobject",
"format": ""
},
"CCls": {
"type": "boolean",
"description": "Stuklijst aanmaken",
"format": ""
},
"StPrice": {
"type": "number",
"description": "Verrekenprijs",
Expand Down Expand Up @@ -7582,6 +7607,26 @@
"description": "Northern Ireland (ICP return)",
"format": ""
},
"PreC": {
"type": "string",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5"
],
"maxLength": 20,
"description": "Prediction model\n0 = Do not predict;\n1 = SMA: Simple Moving Average;\n2 = ARIMA: AutoRegressive Integrated Moving Average;\n3 = SARIMA: Seasonal ARIMA;\n4 = Exponential Smoothing: Recent periods have more weight than older data;\n5 = Holt Winters: Exponential Smoothing including trend and seasonal patterns;",
"format": ""
},
"ABCXYZClass": {
"type": "string",
"maxLength": 2,
"description": "ABC-XYZ klasse",
"format": ""
},
"Head": {
"type": "boolean",
"description": "Met kopregel",
Expand Down Expand Up @@ -7610,12 +7655,12 @@
},
"CaSp": {
"type": "boolean",
"description": "Verekenprijs automatisch bepalen",
"description": "Verrekenprijs automatisch bepalen",
"format": ""
},
"SpCo": {
"type": "boolean",
"description": "Verekenprijs o.b.v. kostprijzen",
"description": "Verrekenprijs o.b.v. kostprijzen",
"format": ""
},
"StAM": {
Expand Down Expand Up @@ -7676,6 +7721,11 @@
"description": "Serviceobject",
"format": ""
},
"CCls": {
"type": "boolean",
"description": "Stuklijst aanmaken",
"format": ""
},
"StPrice": {
"type": "number",
"multipleOf": 1E-10,
Expand Down Expand Up @@ -8864,6 +8914,26 @@
"description": "Replace up to",
"format": "date"
},
"PreC": {
"type": "string",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5"
],
"maxLength": 20,
"description": "Prediction model\n0 = Do not predict;\n1 = SMA: Simple Moving Average;\n2 = ARIMA: AutoRegressive Integrated Moving Average;\n3 = SARIMA: Seasonal ARIMA;\n4 = Exponential Smoothing: Recent periods have more weight than older data;\n5 = Holt Winters: Exponential Smoothing including trend and seasonal patterns;",
"format": ""
},
"ABCXYZClass": {
"type": "string",
"maxLength": 2,
"description": "ABC-XYZ klasse",
"format": ""
},
"UpdateComDs": {
"type": "boolean",
"description": "Omschrijving doorvoeren naar samenstellingsonderdelen",
Expand Down Expand Up @@ -9646,6 +9716,26 @@
"description": "Replace up to",
"format": "date"
},
"PreC": {
"type": "string",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5"
],
"maxLength": 20,
"description": "Prediction model\n0 = Do not predict;\n1 = SMA: Simple Moving Average;\n2 = ARIMA: AutoRegressive Integrated Moving Average;\n3 = SARIMA: Seasonal ARIMA;\n4 = Exponential Smoothing: Recent periods have more weight than older data;\n5 = Holt Winters: Exponential Smoothing including trend and seasonal patterns;",
"format": ""
},
"ABCXYZClass": {
"type": "string",
"maxLength": 2,
"description": "ABC-XYZ klasse",
"format": ""
},
"UpdateComDs": {
"type": "boolean",
"description": "Omschrijving doorvoeren naar samenstellingsonderdelen",
Expand Down
8 changes: 4 additions & 4 deletions OpenApiSpecs/profit/en/Bakkerijen.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.0",
"info": {
"version": "7.7.10",
"version": "8.8.11",
"title": "AFAS Bakkerijen API",
"description": "This API describes the endpoints related to Bakkerijen. Use this API with the functional description of the API."
},
Expand Down 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 metainfo of a custom getconnector based on the endpoint id. This includes the fields and their properties. These id's can be found in the metainfo request result.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of the connector you want to get the data from",
"description": "Add the id of connector you want to get the meta info from",
"required": true
},
{
Expand Down
Loading
Loading