Skip to content

Commit 616be6a

Browse files
committed
Add role_type in all locations
1 parent b7aa930 commit 616be6a

32 files changed

+61
-13
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/create-an-ad-hoc-charge.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@
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,
2829
"creator": {
2930
"email": "[email protected]",
3031
"first_name": "Billy",
3132
"id": 59,
32-
"last_name": "Holiday"
33+
"last_name": "Holiday",
34+
"role_type": "Administrator"
3335
},
3436
"currency": "GBP",
3537
"currency_conversion": null,

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/adhoccharges/update-an-ad-hoc-charge.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@
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,
2829
"creator": {
2930
"email": "[email protected]",
3031
"first_name": "Billy",
3132
"id": 59,
32-
"last_name": "Holiday"
33+
"last_name": "Holiday",
34+
"role_type": "Administrator"
3335
},
3436
"currency": "GBP",
3537
"currency_conversion": null,

pages/contractor-skills/contractor-skills-object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"first_name": "James",
66
"last_name": "Higgins",
77
"email": "[email protected]",
8+
"role_type": "Tutor",
89
"url": "https://secure.tutorcruncher.com/api/contractors/52/"
910
},
1011
"subject": {

pages/contractor-skills/create-a-contractor-skill.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"first_name": "Billy",
66
"last_name": "Holiday",
77
"email": null,
8-
"url": "https://secure.tutorcruncher.com/api/69/"
8+
"role_type": "Tutor",
9+
"url": "https://secure.tutorcruncher.com/api/contractors/69/"
910
},
1011
"subject": {
1112
"id": 51,

pages/contractor-skills/get-a-contractor-skill.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"first_name": "James",
66
"last_name": "Higgins",
77
"email": "[email protected]",
8+
"role_type": "Tutor",
89
"url": "https://secure.tutorcruncher.com/api/contractors/52/"
910
},
1011
"subject": {
@@ -20,4 +21,4 @@
2021
"ranking": 50.0,
2122
"custom_to_branch": null
2223
}
23-
}
24+
}

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/contractors/contractor-object-v2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"first_name": "James",
2828
"last_name": "Higgins",
2929
"email": "[email protected]",
30+
"role_type": "Tutor",
3031
"url": "https://secure.tutorcruncher.com/api/contractors/568433/"
3132
},
3233
"subject": {
@@ -50,6 +51,7 @@
5051
"first_name": "James",
5152
"last_name": "Higgins",
5253
"email": "[email protected]",
54+
"role_type": "Tutor",
5355
"url": "https://secure.tutorcruncher.com/api/contractors/568433/"
5456
},
5557
"subject": {

pages/contractors/create-a-contractor.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"first_name": "James",
2727
"last_name": "Higgins",
2828
"email": "[email protected]",
29+
"role_type": "Tutor",
2930
"url": "https://secure.tutorcruncher.com/api/contractors/568433/"
3031
},
3132
"subject": {
@@ -49,6 +50,7 @@
4950
"first_name": "James",
5051
"last_name": "Higgins",
5152
"email": "[email protected]",
53+
"role_type": "Tutor",
5254
"url": "https://secure.tutorcruncher.com/api/contractors/568433/"
5355
},
5456
"subject": {

0 commit comments

Comments
 (0)