@@ -105,24 +105,39 @@ Web Api client: [*link*](https://checkout.postfinance.ch//api/client)<br>
105105   ;  ;  ;  ; Deactivate an account
106106 <br ><br >
107107- <strong >AnalyticsQueriesService</strong ><br >
108-   ;  ; * <code >deleteAnalyticsQueriesQueryToken</code >
109-   ;  ;  ;  ; <strong >DELETE</strong > /analytics/queries/{queryToken}
110-   ;  ;  ;  ; Cancel a query execution
108+   ;  ; * <code >deleteAnalyticsQueriesQueryExternalIdQueryExternalId</code >
109+   ;  ;  ;  ; <strong >DELETE</strong > /analytics/queries/queryExternalId/{queryExternalId}
110+   ;  ;  ;  ; Cancel a query execution, identifying it by its external id.
111+ <br ><br >
112+ - <strong >AnalyticsQueriesService</strong ><br >
113+   ;  ; * <code >deleteAnalyticsQueriesQueryTokenQueryToken</code >
114+   ;  ;  ;  ; <strong >DELETE</strong > /analytics/queries/queryToken/{queryToken}
115+   ;  ;  ;  ; Cancel a query execution, identifying it by its query token.
111116 <br ><br >
112117- <strong >AnalyticsQueriesService</strong ><br >
113118   ;  ; * <code >getAnalyticsQueries</code >
114119   ;  ;  ;  ; <strong >GET</strong > /analytics/queries
115120   ;  ;  ;  ; Get portion of query executions for account
116121 <br ><br >
117122- <strong >AnalyticsQueriesService</strong ><br >
118-   ;  ; * <code >getAnalyticsQueriesQueryToken</code >
119-   ;  ;  ;  ; <strong >GET</strong > /analytics/queries/{queryToken}
120-   ;  ;  ;  ; Retrieve a query execution information
123+   ;  ; * <code >getAnalyticsQueriesQueryExternalIdQueryExternalId</code >
124+   ;  ;  ;  ; <strong >GET</strong > /analytics/queries/queryExternalId/{queryExternalId}
125+   ;  ;  ;  ; Retrieve a query execution information by its external id
126+ <br ><br >
127+ - <strong >AnalyticsQueriesService</strong ><br >
128+   ;  ; * <code >getAnalyticsQueriesQueryExternalIdQueryExternalIdResult</code >
129+   ;  ;  ;  ; <strong >GET</strong > /analytics/queries/queryExternalId/{queryExternalId}/result
130+   ;  ;  ;  ; Generate a temporary URL to download the query result. It retrieves the query by its external id
131+ <br ><br >
132+ - <strong >AnalyticsQueriesService</strong ><br >
133+   ;  ; * <code >getAnalyticsQueriesQueryTokenQueryToken</code >
134+   ;  ;  ;  ; <strong >GET</strong > /analytics/queries/queryToken/{queryToken}
135+   ;  ;  ;  ; Retrieve a query execution information by its query token
121136 <br ><br >
122137- <strong >AnalyticsQueriesService</strong ><br >
123-   ;  ; * <code >getAnalyticsQueriesQueryTokenResult </code >
124-   ;  ;  ;  ; <strong >GET</strong > /analytics/queries/{queryToken}/result
125-   ;  ;  ;  ; Generate a temporary URL to download the query result
138+   ;  ; * <code >getAnalyticsQueriesQueryTokenQueryTokenResult </code >
139+   ;  ;  ;  ; <strong >GET</strong > /analytics/queries/queryToken/ {queryToken}/result
140+   ;  ;  ;  ; Generate a temporary URL to download the query result. It retrieves the query by its query token
126141 <br ><br >
127142- <strong >AnalyticsQueriesService</strong ><br >
128143   ;  ; * <code >postAnalyticsQueriesSubmit</code >
0 commit comments