Skip to content

Commit 26b4b0b

Browse files
committed
Add role type everywhere
1 parent 689ee99 commit 26b4b0b

File tree

13 files changed

+37
-6
lines changed

13 files changed

+37
-6
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"first_name": "Nicole",
2323
"last_name": "Beggs",
2424
"email": "[email protected]",
25+
"role_type": "Client",
2526
"url": "https://secure.tutorcruncher.com/api/clients/37/"
2627
},
2728
"contractor": null,
@@ -42,6 +43,7 @@
4243
"first_name": "Nicole",
4344
"last_name": "Beggs",
4445
"email": "[email protected]",
46+
"role_type": "Client",
4547
"url": "https://secure.tutorcruncher.com/api/clients/37/"
4648
},
4749
"status": "paid",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"first_name": "Nicole",
2323
"last_name": "Beggs",
2424
"email": "[email protected]",
25+
"role_type": "Client",
2526
"url": "https://secure.tutorcruncher.com/api/clients/37/"
2627
},
2728
"contractor": null,
@@ -42,6 +43,7 @@
4243
"first_name": "Nicole",
4344
"last_name": "Beggs",
4445
"email": "[email protected]",
46+
"role_type": "Client",
4547
"url": "https://secure.tutorcruncher.com/api/clients/37/"
4648
},
4749
"status": "paid",

pages/contractor-skills/list-all-contractor-skills.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"first_name": "James",
1111
"last_name": "Higgins",
1212
"email": "[email protected]",
13+
"role_type": "Tutor",
1314
"url": "https://secure.tutorcruncher.com/api/contractors/52/"
1415
},
1516
"subject": {
@@ -27,4 +28,4 @@
2728
}
2829
}
2930
]
30-
}
31+
}

pages/invoices/get-an-invoice.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"first_name": "Melissa",
2323
"last_name": "Spencer",
2424
"email": "[email protected]",
25+
"role_type": "Client",
2526
"url": "https://secure.tutorcruncher.com/api/clients/35/"
2627
},
2728
"rate": "55.90000",
@@ -58,6 +59,7 @@
5859
"first_name": "Melissa",
5960
"last_name": "Spencer",
6061
"email": "[email protected]",
62+
"role_type": "Client",
6163
"url": "https://secure.tutorcruncher.com/api/clients/35/"
6264
},
6365
"rate": "95.00000",
@@ -94,6 +96,7 @@
9496
"first_name": "Melissa",
9597
"last_name": "Spencer",
9698
"email": "[email protected]",
99+
"role_type": "Client",
97100
"url": "https://secure.tutorcruncher.com/api/clients/35/"
98101
},
99102
"rate": "95.00000",
@@ -107,6 +110,7 @@
107110
"first_name": "Melissa",
108111
"last_name": "Spencer",
109112
"email": "[email protected]",
113+
"role_type": "Client",
110114
"url": "https://secure.tutorcruncher.com/api/clients/35/"
111115
},
112116
"date_sent": "2020-01-03T16:11:48.312507Z",

pages/invoices/invoice-object.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"first_name": "Melissa",
2323
"last_name": "Spencer",
2424
"email": "[email protected]",
25+
"role_type": "Client",
2526
"url": "https://secure.tutorcruncher.com/api/clients/35/"
2627
},
2728
"rate": "55.90000",
@@ -58,6 +59,7 @@
5859
"first_name": "Melissa",
5960
"last_name": "Spencer",
6061
"email": "[email protected]",
62+
"role_type": "Client",
6163
"url": "https://secure.tutorcruncher.com/api/clients/35/"
6264
},
6365
"rate": "95.00000",
@@ -94,6 +96,7 @@
9496
"first_name": "Melissa",
9597
"last_name": "Spencer",
9698
"email": "[email protected]",
99+
"role_type": "Client",
97100
"url": "https://secure.tutorcruncher.com/api/clients/35/"
98101
},
99102
"rate": "95.00000",
@@ -107,6 +110,7 @@
107110
"first_name": "Melissa",
108111
"last_name": "Spencer",
109112
"email": "[email protected]",
113+
"role_type": "Client",
110114
"url": "https://secure.tutorcruncher.com/api/clients/35/"
111115
},
112116
"date_sent": "2020-01-03T16:11:48.312507Z",

pages/notes/get-a-note.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
"id": 2,
77
"first_name": "Diana",
88
"last_name": "Lafayette",
9-
"email": "[email protected]"
9+
"email": "[email protected]",
10+
"role_type": "Administrator"
1011
},
1112
"text": "This is a test note.",
1213
"focus": {
1314
"id": 62,
1415
"first_name": "Jamie",
1516
"last_name": "Hoskins",
1617
"email": "[email protected]",
18+
"role_type": "Client",
1719
"url": "https://secure.tutorcruncher.com/api/clients/62/"
1820
}
1921
}

pages/payment-orders/get-a-po.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"first_name": "Bettie",
3131
"last_name": "Canales",
3232
"email": "[email protected]",
33+
"role_type": "Tutor",
3334
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
3435
},
3536
"payer": "Demo Branch",
@@ -66,6 +67,7 @@
6667
"first_name": "Bettie",
6768
"last_name": "Canales",
6869
"email": "[email protected]",
70+
"role_type": "Tutor",
6971
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
7072
},
7173
"payer": "Demo Branch",
@@ -102,6 +104,7 @@
102104
"first_name": "Bettie",
103105
"last_name": "Canales",
104106
"email": "[email protected]",
107+
"role_type": "Tutor",
105108
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
106109
},
107110
"payer": "Demo Branch",
@@ -138,6 +141,7 @@
138141
"first_name": "Bettie",
139142
"last_name": "Canales",
140143
"email": "[email protected]",
144+
"role_type": "Tutor",
141145
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
142146
},
143147
"payer": "Demo Branch",
@@ -174,6 +178,7 @@
174178
"first_name": "Bettie",
175179
"last_name": "Canales",
176180
"email": "[email protected]",
181+
"role_type": "Tutor",
177182
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
178183
},
179184
"payer": "Demo Branch",
@@ -193,6 +198,7 @@
193198
"first_name": "Bettie",
194199
"last_name": "Canales",
195200
"email": "[email protected]",
201+
"role_type": "Tutor",
196202
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
197203
},
198204
"still_to_pay": 225.0

pages/payment-orders/po-object.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"first_name": "Bettie",
3131
"last_name": "Canales",
3232
"email": "[email protected]",
33+
"role_type": "Tutor",
3334
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
3435
},
3536
"payer": "Demo Branch",
@@ -49,6 +50,7 @@
4950
"first_name": "Bettie",
5051
"last_name": "Canales",
5152
"email": "[email protected]",
53+
"role_type": "Tutor",
5254
"url": "https://secure.tutorcruncher.com/api/contractors/1865751/"
5355
},
5456
"still_to_pay": 225.0

pages/proforma-invoices/list-all-proforma-invoices.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"first_name": "Anthony",
1111
"last_name": "Clay",
1212
"email": "[email protected]",
13+
"role_type": "Client",
1314
"url": "https://secure.tutorcruncher.com/api/clients/7/"
1415
},
1516
"display_id": "PFI-2",

pages/reviews/list-all-reviews.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010
"first_name": "Katherine",
1111
"last_name": "Brown",
1212
"email": "[email protected]",
13+
"role_type": "Client",
1314
"url": "https://secure.tutorcruncher.com/api/clients/17/"
1415
},
1516
"contractor": {
1617
"id": 52,
1718
"first_name": "Brian",
1819
"last_name": "Johnston",
1920
"email": "[email protected]",
21+
"role_type": "Tutor",
2022
"url": "https://secure.tutorcruncher.com/api/contractors/52/"
2123
},
2224
"invoice": null,

0 commit comments

Comments
 (0)