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
92 changes: 40 additions & 52 deletions OpenApiSpecs/endpointpaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,20 @@
"descriptionEn": "Presence"
}
},
"SubjectConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/SubjectConnector",
"descriptionEn": ""
}
},
"FileConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/FileConnector",
"descriptionEn": ""
}
},
"KnSubject": {
"post": {
"descriptionNl": "Dossier",
Expand Down Expand Up @@ -523,13 +537,6 @@
"descriptionEn": "Workflow response"
}
},
"FileConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/FileConnector",
"descriptionEn": ""
}
},
"Profit_FeatureCombination": {
"get": {
"descriptionNl": "Kenmerkcombinaties",
Expand Down Expand Up @@ -621,13 +628,6 @@
"descriptionEn": "File items (with authorisation)"
}
},
"SubjectConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/SubjectConnector",
"descriptionEn": ""
}
},
"FiIVY": {
"post": {
"descriptionNl": "Iv3-indeling per jaar",
Expand Down Expand Up @@ -1162,11 +1162,6 @@
"descriptionNl": "Inkooprelatie organisatie",
"url": "Inkoop#put-/connectors/KnPurchaseRelationOrg",
"descriptionEn": "Purchase contact - organisation"
},
"delete": {
"descriptionNl": "Inkooprelatie organisatie",
"url": "Inkoop#delete-/connectors/KnPurchaseRelationOrg/KnPurchaseRelationOrg/@CrId/-CrId-",
"descriptionEn": "Purchase contact - organisation"
}
},
"KnPurchaseRelationPer": {
Expand All @@ -1179,11 +1174,27 @@
"descriptionNl": "Inkooprelatie persoon",
"url": "Inkoop#put-/connectors/KnPurchaseRelationPer",
"descriptionEn": "Purchase contact - person"
},
"delete": {
"descriptionNl": "Inkooprelatie persoon",
"url": "Inkoop#delete-/connectors/KnPurchaseRelationPer/KnPurchaseRelationPer/@CrId/-CrId-",
"descriptionEn": "Purchase contact - person"
}
},
"ReportConnector": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/ReportConnector",
"descriptionEn": ""
}
},
"OtpRequest": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpRequest",
"descriptionEn": ""
}
},
"OtpValidation": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpValidation",
Comment thread
ezw2000 marked this conversation as resolved.
"descriptionEn": ""
}
},
"KnCSRLine": {
Expand Down Expand Up @@ -1254,27 +1265,6 @@
"descriptionEn": "KPI line"
}
},
"KnPeppol": {
"post": {
"descriptionNl": "PeppolCallback",
"url": "Inrichting#post-/connectors/KnPeppol",
"descriptionEn": "PeppolCallback"
}
},
"OtpRequest": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpRequest",
"descriptionEn": ""
}
},
"OtpValidation": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpValidation",
"descriptionEn": ""
}
},
"ProfitCodeTableValue": {
"get": {
"descriptionNl": "Vrije tabellen",
Expand All @@ -1289,13 +1279,6 @@
"descriptionEn": "GetConnector"
}
},
"ReportConnector": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/ReportConnector",
"descriptionEn": ""
}
},
"HrCalculationplan": {
"post": {
"descriptionNl": "Salarisverwerkingsplan",
Expand Down Expand Up @@ -1433,6 +1416,11 @@
"descriptionNl": "Itemcode magazijn",
"url": "Magazijn#put-/connectors/FbItemCodeWarehouse",
"descriptionEn": "Item code warehouse"
},
"delete": {
"descriptionNl": "Itemcode magazijn",
"url": "Magazijn#delete-/connectors/FbItemCodeWarehouse/FbItemCodeWarehouse/@VaIt,@War/-VaIt-,-War-",
"descriptionEn": "Item code warehouse"
}
},
"FbPurchaseSales": {
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 @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retieve 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.",
"summary": "Retieve the data of a custom getconnector based on the endpoint id.",
Comment thread
ezw2000 marked this conversation as resolved.
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
Comment thread
ezw2000 marked this conversation as resolved.
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Bakkerijen.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retieve 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.",
"summary": "Retieve the data of a custom getconnector based on the endpoint id.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Bouw.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retieve 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.",
"summary": "Retieve the data of a custom getconnector based on the endpoint id.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Budgetten en activa.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retieve 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.",
"summary": "Retieve the data of a custom getconnector based on the endpoint id.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Cursusmanagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
},
"/connectors/{Endpoint}": {
"get": {
"summary": "Retieve 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.",
"summary": "Retieve the data of a custom getconnector based on the endpoint id.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
Loading
Loading