Skip to content

Commit cee3863

Browse files
committed
Doc extras
1 parent 7218922 commit cee3863

34 files changed

+40
-92
lines changed

pages/adhoccharges/ad-hoc-charge-object.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"appointment": null,
55
"category": {
66
"branch_tax_setup": "Default Company Tax (20%)",
7-
"charge_via_branch": true,
87
"contractor_tax_setup": "Default Company Tax (20%)",
98
"contractor_usable": true,
109
"default_charge_amount": "10.00",

pages/adhoccharges/ad-hoc-charge-object.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ attributes:
8787
name: branch_tax_setup
8888
type: string
8989
description: Tax setup for the Branch when invoicing.
90-
-
91-
name: charge_via_branch
92-
type: boolean
93-
description: Force Invoices associated with this Tutor to be charged via branch.
9490
-
9591
name: contractor_tax_setup
9692
type: string

pages/adhoccharges/create-an-ad-hoc-charge.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"appointment": null,
55
"category": {
66
"branch_tax_setup": "Default Company Tax (20%)",
7-
"charge_via_branch": true,
87
"contractor_tax_setup": "Default Company Tax (20%)",
98
"contractor_usable": true,
109
"default_charge_amount": "10.00",

pages/adhoccharges/get-an-ad-hoc-charge.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"appointment": null,
55
"category": {
66
"branch_tax_setup": "Default Company Tax (20%)",
7-
"charge_via_branch": true,
87
"contractor_tax_setup": "Default Company Tax (20%)",
98
"contractor_usable": true,
109
"default_charge_amount": "10.00",

pages/adhoccharges/update-an-ad-hoc-charge.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"appointment": null,
55
"category": {
66
"branch_tax_setup": "Default Company Tax (20%)",
7-
"charge_via_branch": true,
87
"contractor_tax_setup": "Default Company Tax (20%)",
98
"contractor_usable": true,
109
"default_charge_amount": "10.00",

pages/agents/agent-object-v1.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,23 @@ attributes:
130130
131131
filters:
132132
-
133-
name: created__gte
133+
name: user__created__gte
134134
type: string
135135
description: Filter by the date and time the Agent was created.
136136
-
137-
name: created__lte
137+
name: user__created__lte
138138
type: string
139139
description: Filter by the date and time the Agent was created.
140140
-
141-
name: first_name
141+
name: user__first_name
142142
type: string
143143
description: Filter by the Agent's first name.
144144
-
145-
name: last_name
145+
name: user__last_name
146146
type: string
147147
description: Filter by the Agent's last name.
148148
-
149-
name: email
149+
name: user__email
150150
type: string
151151
description: Filter by the Agent's email address.
152152
-
@@ -164,4 +164,4 @@ filters:
164164
-
165165
name: labels
166166
type: integer
167-
description: Filter by the Agent's labels.
167+
description: Filter by the Agent's labels (id).

pages/agents/agent-object-v2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,23 @@ attributes:
125125
126126
filters:
127127
-
128-
name: created__gte
128+
name: user__created__gte
129129
type: string
130130
description: Filter by the date and time the Agent was created.
131131
-
132-
name: created__lte
132+
name: user__created__lte
133133
type: string
134134
description: Filter by the date and time the Agent was created.
135135
-
136-
name: first_name
136+
name: user__first_name
137137
type: string
138138
description: Filter by the Agent's first name.
139139
-
140-
name: last_name
140+
name: user__last_name
141141
type: string
142142
description: Filter by the Agent's last name.
143143
-
144-
name: email
144+
name: user__email
145145
type: string
146146
description: Filter by the Agent's email address.
147147
-
@@ -159,4 +159,4 @@ filters:
159159
-
160160
name: labels
161161
type: integer
162-
description: Filter by the Agent's labels.
162+
description: Filter by the Agent's labels (id).

pages/agents/create-an-agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
'town': 'London',
1313
'country': 183,
1414
'postcode': 'SW8 1XP',
15-
'latitude': '51.5549',
16-
'longitude': '-0.1084',
1715
'timezone': 'Europe/London',
1816
'commission_rate': 10.1,
1917
'calendar_colour': 'LimeGreen',

pages/ahc-categories/ad-hoc-charge-category-object.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"branch_tax_setup": "Default Company Tax (20%)",
3-
"charge_via_branch": true,
43
"contractor_tax_setup": "Default Company Tax (20%)",
54
"contractor_usable": true,
65
"default_charge_amount": "10.00",

pages/ahc-categories/ad-hoc-charge-category-object.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ attributes:
1111
name: branch_tax_setup
1212
type: string
1313
description: Tax setup for the Branch when invoicing.
14-
-
15-
name: charge_via_branch
16-
type: boolean
17-
description: Force Invoices associated with this Tutor to be charged via branch.
1814
-
1915
name: contractor_tax_setup
2016
type: string

0 commit comments

Comments
 (0)