1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"id": 123,
"created": "2014-05-10T16:14:29",
"updated": "2014-05-10T16:14:29",
"applicantInfo": {
"firstName": "Luke",
"lastName": "Skywalker",
"emailAddress": "luke@skywalker.net",
"phoneNumber": "0412345678",
"availability": {
"weeks": 2
},
"currentLocation": {
"id": 1234,
"description": "Sydney",
"areas": [
{
"id": 5678,
"description": "CBD & Inner Suburbs"
}
]
},
"skills": ["sword fighting", "jedi mind tricks"],
"salaryAndVisaByCountry": {
"3000": {
"description": "All Australia",
"hasWorkingVisa": true,
"minimumSalaryValue": "85000",
"salaryType": "Annual"
},
"3001": {
"description": "All New Zealand",
"hasWorkingVisa": false,
"minimumSalaryValue": "50",
"salaryType": "Hourly"
}
},
"workHistory": [
{
"jobTitle": "jedi",
"companyName": "rebel alliance",
"industry": {
"id": 7008,
"description": "Information Technology, Media & Telecommunications"
},
"achievements": "rescued han solo",
"from": "2013-05-01",
"to": "2014-05-01"
},
{
"jobTitle": "apprentice",
"companyName": "rebel alliance",
"industry": {
"id": 7008,
"description": "Information Technology, Media & Telecommunications"
},
"achievements": "destroyed death star",
"from": "2012-05-01",
"to": "2013-05-01"
},
{
"jobTitle": "farmer",
"companyName": "skywalkers",
"industry": {
"id": 7008,
"description": "Information Technology, Media & Telecommunications"
},
"achievements": "droid maintenance",
"from": "2011-05-01",
"to": "2012-05-01"
}
]
},
"resume": {
"link": "https://api.seek.com.au/v2/resumes/999"
},
"complete": "https://api.seek.com.au/v2/Applications/123/complete"
}