@teamleader/focus-api-specification 1.185.0 → 1.187.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.187.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -4113,6 +4113,17 @@ paths:
|
|
|
4113
4113
|
web_url:
|
|
4114
4114
|
type: string
|
|
4115
4115
|
example: https://focus.teamleader.eu/contact_detail.php?id=cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
4116
|
+
price_list:
|
|
4117
|
+
type: object
|
|
4118
|
+
nullable: true
|
|
4119
|
+
properties:
|
|
4120
|
+
type:
|
|
4121
|
+
type: string
|
|
4122
|
+
example: priceList
|
|
4123
|
+
id:
|
|
4124
|
+
type: string
|
|
4125
|
+
example: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
4126
|
+
description: Only included when the account has access to price lists. `null` when no price list is set on the contact.
|
|
4116
4127
|
- example:
|
|
4117
4128
|
data:
|
|
4118
4129
|
id: cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
@@ -4170,6 +4181,9 @@ paths:
|
|
|
4170
4181
|
added_at: '2016-02-04T16:44:33+00:00'
|
|
4171
4182
|
updated_at: '2016-02-05T16:44:33+00:00'
|
|
4172
4183
|
web_url: https://focus.teamleader.eu/contact_detail.php?id=cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
4184
|
+
price_list:
|
|
4185
|
+
type: priceList
|
|
4186
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
4173
4187
|
example:
|
|
4174
4188
|
data:
|
|
4175
4189
|
id: cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
@@ -4227,6 +4241,9 @@ paths:
|
|
|
4227
4241
|
added_at: '2016-02-04T16:44:33+00:00'
|
|
4228
4242
|
updated_at: '2016-02-05T16:44:33+00:00'
|
|
4229
4243
|
web_url: https://focus.teamleader.eu/contact_detail.php?id=cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
4244
|
+
price_list:
|
|
4245
|
+
type: priceList
|
|
4246
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
4230
4247
|
deprecated: false
|
|
4231
4248
|
/contacts.add:
|
|
4232
4249
|
post:
|
|
@@ -5625,6 +5642,17 @@ paths:
|
|
|
5625
5642
|
type: boolean
|
|
5626
5643
|
example: false
|
|
5627
5644
|
description: Only included with request parameter `includes=related_contacts`
|
|
5645
|
+
price_list:
|
|
5646
|
+
type: object
|
|
5647
|
+
nullable: true
|
|
5648
|
+
properties:
|
|
5649
|
+
type:
|
|
5650
|
+
type: string
|
|
5651
|
+
example: priceList
|
|
5652
|
+
id:
|
|
5653
|
+
type: string
|
|
5654
|
+
example: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
5655
|
+
description: Only included when the account has access to price lists. `null` when no price list is set on the company.
|
|
5628
5656
|
- example:
|
|
5629
5657
|
data:
|
|
5630
5658
|
id: e8d31ae7-8258-4fcd-9b2d-78f41b0aa5d5
|
|
@@ -5687,6 +5715,9 @@ paths:
|
|
|
5687
5715
|
secondary_position: Technical lead
|
|
5688
5716
|
division: Engineering
|
|
5689
5717
|
is_decision_maker: false
|
|
5718
|
+
price_list:
|
|
5719
|
+
type: priceList
|
|
5720
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
5690
5721
|
example:
|
|
5691
5722
|
data:
|
|
5692
5723
|
id: e8d31ae7-8258-4fcd-9b2d-78f41b0aa5d5
|
|
@@ -5749,6 +5780,9 @@ paths:
|
|
|
5749
5780
|
secondary_position: Technical lead
|
|
5750
5781
|
division: Engineering
|
|
5751
5782
|
is_decision_maker: false
|
|
5783
|
+
price_list:
|
|
5784
|
+
type: priceList
|
|
5785
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
5752
5786
|
deprecated: false
|
|
5753
5787
|
/companies.add:
|
|
5754
5788
|
post:
|
|
@@ -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.187.0
|
|
7
7
|
servers:
|
|
8
8
|
- url: https://api.focus.teamleader.eu
|
|
9
9
|
variables: {}
|
|
@@ -2118,6 +2118,9 @@ paths:
|
|
|
2118
2118
|
added_at: '2016-02-04T16:44:33+00:00'
|
|
2119
2119
|
updated_at: '2016-02-05T16:44:33+00:00'
|
|
2120
2120
|
web_url: https://focus.teamleader.eu/contact_detail.php?id=cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
2121
|
+
price_list:
|
|
2122
|
+
type: priceList
|
|
2123
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
2121
2124
|
example:
|
|
2122
2125
|
data:
|
|
2123
2126
|
id: cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
@@ -2175,6 +2178,9 @@ paths:
|
|
|
2175
2178
|
added_at: '2016-02-04T16:44:33+00:00'
|
|
2176
2179
|
updated_at: '2016-02-05T16:44:33+00:00'
|
|
2177
2180
|
web_url: https://focus.teamleader.eu/contact_detail.php?id=cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
2181
|
+
price_list:
|
|
2182
|
+
type: priceList
|
|
2183
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
2178
2184
|
deprecated: false
|
|
2179
2185
|
/contacts.add:
|
|
2180
2186
|
post:
|
|
@@ -2850,6 +2856,9 @@ paths:
|
|
|
2850
2856
|
secondary_position: Technical lead
|
|
2851
2857
|
division: Engineering
|
|
2852
2858
|
is_decision_maker: false
|
|
2859
|
+
price_list:
|
|
2860
|
+
type: priceList
|
|
2861
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
2853
2862
|
example:
|
|
2854
2863
|
data:
|
|
2855
2864
|
id: e8d31ae7-8258-4fcd-9b2d-78f41b0aa5d5
|
|
@@ -2912,6 +2921,9 @@ paths:
|
|
|
2912
2921
|
secondary_position: Technical lead
|
|
2913
2922
|
division: Engineering
|
|
2914
2923
|
is_decision_maker: false
|
|
2924
|
+
price_list:
|
|
2925
|
+
type: priceList
|
|
2926
|
+
id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
2915
2927
|
deprecated: false
|
|
2916
2928
|
/companies.add:
|
|
2917
2929
|
post:
|
|
@@ -19060,6 +19072,17 @@ components:
|
|
|
19060
19072
|
web_url:
|
|
19061
19073
|
type: string
|
|
19062
19074
|
example: https://focus.teamleader.eu/contact_detail.php?id=cde0bc5f-8602-4e12-b5d3-f03436b54c0d
|
|
19075
|
+
price_list:
|
|
19076
|
+
type: object
|
|
19077
|
+
nullable: true
|
|
19078
|
+
properties:
|
|
19079
|
+
type:
|
|
19080
|
+
type: string
|
|
19081
|
+
example: priceList
|
|
19082
|
+
id:
|
|
19083
|
+
type: string
|
|
19084
|
+
example: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
19085
|
+
description: Only included when the account has access to price lists. `null` when no price list is set on the contact.
|
|
19063
19086
|
AddressRequest:
|
|
19064
19087
|
title: AddressRequest
|
|
19065
19088
|
required:
|
|
@@ -19821,6 +19844,17 @@ components:
|
|
|
19821
19844
|
items:
|
|
19822
19845
|
$ref: '#/components/schemas/RelatedContacts'
|
|
19823
19846
|
description: Only included with request parameter `includes=related_contacts`
|
|
19847
|
+
price_list:
|
|
19848
|
+
type: object
|
|
19849
|
+
nullable: true
|
|
19850
|
+
properties:
|
|
19851
|
+
type:
|
|
19852
|
+
type: string
|
|
19853
|
+
example: priceList
|
|
19854
|
+
id:
|
|
19855
|
+
type: string
|
|
19856
|
+
example: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
|
|
19857
|
+
description: Only included when the account has access to price lists. `null` when no price list is set on the company.
|
|
19824
19858
|
companies.add.request:
|
|
19825
19859
|
title: companies.add.request
|
|
19826
19860
|
required:
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
category: addition
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
We documented `price_list` on the `contacts.info` and `companies.info` responses. Just like on `contacts.list` and `companies.list`, it is returned whenever your account has access to price lists, and is `null` when no price list is set on the customer.
|
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.187.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"
|