@teamleader/focus-api-specification 1.26.0 → 1.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@ info:
|
|
|
3
3
|
title: Teamleader API
|
|
4
4
|
description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
|
|
5
5
|
contact: {}
|
|
6
|
-
version: 1.
|
|
6
|
+
version: 1.27.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -6952,6 +6952,29 @@ paths:
|
|
|
6952
6952
|
location: https://cdn.teamleader.eu/file
|
|
6953
6953
|
expires: '2018-02-05T16:44:33+00:00'
|
|
6954
6954
|
deprecated: false
|
|
6955
|
+
/creditNotes.sendViaPeppol:
|
|
6956
|
+
post:
|
|
6957
|
+
tags:
|
|
6958
|
+
- credit_notes
|
|
6959
|
+
summary: creditNotes.sendViaPeppol
|
|
6960
|
+
description: Send a credit note via the Peppol network.
|
|
6961
|
+
operationId: creditNotes.sendViaPeppol
|
|
6962
|
+
parameters: []
|
|
6963
|
+
requestBody:
|
|
6964
|
+
content:
|
|
6965
|
+
application/json:
|
|
6966
|
+
schema:
|
|
6967
|
+
allOf:
|
|
6968
|
+
- $ref: '#/components/schemas/creditNotes.sendViaPeppol'
|
|
6969
|
+
- example:
|
|
6970
|
+
id: 018d5965-19fb-701a-af11-e80451931551
|
|
6971
|
+
example:
|
|
6972
|
+
id: 018d5965-19fb-701a-af11-e80451931551
|
|
6973
|
+
responses:
|
|
6974
|
+
'204':
|
|
6975
|
+
description: No Content
|
|
6976
|
+
headers: {}
|
|
6977
|
+
content: {}
|
|
6955
6978
|
/subscriptions.list:
|
|
6956
6979
|
post:
|
|
6957
6980
|
tags:
|
|
@@ -22864,6 +22887,15 @@ components:
|
|
|
22864
22887
|
properties:
|
|
22865
22888
|
data:
|
|
22866
22889
|
$ref: '#/components/schemas/Download'
|
|
22890
|
+
creditNotes.sendViaPeppol:
|
|
22891
|
+
title: creditNotes.sendViaPeppol
|
|
22892
|
+
required:
|
|
22893
|
+
- id
|
|
22894
|
+
type: object
|
|
22895
|
+
properties:
|
|
22896
|
+
id:
|
|
22897
|
+
type: string
|
|
22898
|
+
example: 018d5965-19fb-701a-af11-e80451931551
|
|
22867
22899
|
subscriptions.listrequest:
|
|
22868
22900
|
title: subscriptions.listrequest
|
|
22869
22901
|
type: object
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamleader/focus-api-specification",
|
|
3
3
|
"description": "Teamleader Focus API Specification",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.27.0",
|
|
5
5
|
"author": "Teamleader <development@teamleader.eu> (https://www.teamleader.eu)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/teamleadercrm/focus-api-specification/issues"
|