Skip to content

Commit 6895fe6

Browse files
Deprecate Exact Online Premium connector (#3735)
1 parent b322df3 commit 6895fe6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

certified-connectors/Exact Online Premium/apiDefinition.swagger.json

+12
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"summary": "Get user data",
4444
"description": "This gets basic information about the signed in user.",
4545
"operationId": "GetUserData",
46+
"deprecated": true,
4647
"x-ms-visibility": "internal",
4748
"parameters": [
4849
{
@@ -69,6 +70,7 @@
6970
"summary": "When a business entity record is created or changed",
7071
"description": "This subscribes to create or change events for a selected business entity.",
7172
"operationId": "SubscribeEntityChanged",
73+
"deprecated": true,
7274
"parameters": [
7375
{
7476
"$ref": "#/parameters/SubscriptionBodyWithEntityType"
@@ -109,6 +111,7 @@
109111
"summary": "When an account is created or changed",
110112
"description": "This subscribes to create or change events for accounts.",
111113
"operationId": "SubscribeAccountChanged",
114+
"deprecated": true,
112115
"parameters": [
113116
{
114117
"$ref": "#/parameters/SubscriptionBody"
@@ -149,6 +152,7 @@
149152
"summary": "When an opportunity is created or changed",
150153
"description": "This subscribes to create or change events for opportunities.",
151154
"operationId": "SubscribeOpportunityChanged",
155+
"deprecated": true,
152156
"parameters": [
153157
{
154158
"$ref": "#/parameters/SubscriptionBody"
@@ -189,6 +193,7 @@
189193
"summary": "When a project is created or changed",
190194
"description": "This subscribes to create or change events for projects.",
191195
"operationId": "SubscribeProjectChanged",
196+
"deprecated": true,
192197
"parameters": [
193198
{
194199
"$ref": "#/parameters/SubscriptionBody"
@@ -229,6 +234,7 @@
229234
"summary": "When a sales order is created or changed",
230235
"description": "This subscribes to create or change events for sales orders.",
231236
"operationId": "SubscribeSalesOrderChanged",
237+
"deprecated": true,
232238
"parameters": [
233239
{
234240
"$ref": "#/parameters/SubscriptionBody"
@@ -256,6 +262,7 @@
256262
"summary": "Get existing subscriptions for user",
257263
"description": "Get the active webhook subscriptions for this user.",
258264
"operationId": "GetWebhookSubscriptions",
265+
"deprecated": true,
259266
"x-ms-visibility": "internal",
260267
"produces": [
261268
"application/json"
@@ -293,6 +300,7 @@
293300
"summary": "Get companies for user",
294301
"description": "This gets the list of companies the user is assigned to.",
295302
"operationId": "GetCompanies",
303+
"deprecated": true,
296304
"x-ms-visibility": "internal",
297305
"produces": [
298306
"application/json"
@@ -330,6 +338,7 @@
330338
"summary": "Get supported entity types",
331339
"description": "This gets the list of supported entity types for the triggers.",
332340
"operationId": "GetSupportedEntityTypes",
341+
"deprecated": true,
333342
"x-ms-visibility": "internal",
334343
"produces": [
335344
"application/json"
@@ -358,6 +367,7 @@
358367
"summary": "Get schema definition",
359368
"description": "This gets the schema definition for a selected entity and value type.",
360369
"operationId": "GetSchema",
370+
"deprecated": true,
361371
"x-ms-visibility": "internal",
362372
"parameters": [
363373
{
@@ -417,6 +427,7 @@
417427
"summary": "Unsubscribe from event",
418428
"description": "This unregisters an active event subscription.",
419429
"operationId": "Unsubscribe",
430+
"deprecated": true,
420431
"parameters": [
421432
{
422433
"name": "companyid",
@@ -522,6 +533,7 @@
522533
"consumes": [ "text/plain", "application/json" ],
523534
"description": "This loads the values from the trigger's Payload field in a format of choice.",
524535
"operationId": "GetValues",
536+
"deprecated": true,
525537
"parameters": [
526538
{
527539
"$ref": "#/parameters/ContentTypeHeader"

0 commit comments

Comments
 (0)