-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsingle_claimant_payload
164 lines (164 loc) · 5.56 KB
/
single_claimant_payload
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"uuid": "{{$guid}}",
"command": "SerialSequence",
"data": [
{
"uuid": "{{$guid}}",
"command": "BuildClaim",
"data":
{
"reference": "332000027200",
"submission_reference": "XY91-MYWP",
"submission_channel": "Web",
"case_type": "Single",
"jurisdiction": 2,
"date_of_receipt": "2019-08-12T15:01:34.837+01:00",
"other_known_claimants": true,
"other_known_claimant_names": "James Blunt, Punky Brewsters, Shirly Temple",
"is_unfair_dismissal": true,
"discrimination_claims":
[
"sex_including_equal_pay",
"disability",
"race",
"age",
"pregnancy_or_maternity",
"religion_or_belief",
"sexual_orientation",
"marriage_or_civil_partnership",
"gender_reassignment"
],
"pay_claims":
[
"redundancy",
"notice",
"holiday",
"arrears",
"other"
],
"desired_outcomes":
[
"compensation_only",
"tribunal_recommendation",
"reinstated_employment_and_compensation",
"new_employment_and_compensation"
],
"other_claim_details": "Give a very short description of your claim; you will have the opportunity to add more detail on the next page",
"claim_details": "Full text version of claim",
"other_outcome": "I would like 50,000 GBP due to the stress this caused me",
"send_claim_to_whistleblowing_entity": true,
"employment_details":
{
"start_date": "2009-11-18",
"end_date": "",
"notice_period_end_date": "",
"job_title": "politician",
"average_hours_worked_per_week": 38.0,
"gross_pay": 3000,
"gross_pay_period_type": "weekly",
"net_pay": 2000,
"net_pay_period_type": "monthly",
"worked_notice_period_or_paid_in_lieu": "",
"notice_pay_period_type": "",
"notice_pay_period_count": "",
"enrolled_in_pension_scheme": true,
"benefit_details": "Company car, private health care",
"found_new_job": "",
"new_job_start_date": "",
"new_job_gross_pay": ""
}
}
},
{
"uuid": "{{$guid}}",
"command": "BuildPrimaryClaimant",
"data":
{
"title": "Ms",
"first_name": "CCD SIVVOY TESTING",
"last_name": "SIVVOY",
"address_attributes":
{
"building": "52030",
"street": "Stacey Port",
"locality": "London",
"county": "Manchester",
"post_code": "SW1H 9AJ",
"country": "United Kingdom"
},
"address_telephone_number": "01234 567890",
"mobile_number": "01234 098765",
"fax_number": "",
"email_address": "sivvoy.taing@hmcts.net",
"contact_preference": "Post",
"gender": "N/K",
"date_of_birth": "1982-11-21",
"special_needs": "My special needs are as follows"
}
},
{
"uuid": "{{$guid}}",
"command": "BuildPrimaryRespondent",
"data":
{
"name": "Batz, Dietrich and Morar",
"contact": "",
"address_attributes":
{
"building": "8722",
"street": "Mei Valleys",
"locality": "London",
"county": "Greater London",
"post_code": "SW1H 9QR"
},
"work_address_attributes":
{
"building": "101",
"street": "Petty France",
"locality": "London",
"county": "Greater London",
"post_code": "WD18 7SQ"
},
"address_telephone_number": "02222 321654",
"work_address_telephone_number": "03333 423554",
"alt_phone_number": "03333 423554",
"acas_certificate_number": "AC123456/78/90",
"acas_exemption_code": "",
"dx_number": "",
"contact_preference": "",
"email_address": "",
"fax_number": "",
"organisation_employ_gb": "",
"organisation_more_than_one_site": "",
"employment_at_site_number": "",
"disability": "",
"disability_information": ""
}
},
{
"uuid": "{{$guid}}",
"command": "BuildPrimaryRepresentative",
"data":
{
"name": "Rosalba Goldner",
"organisation_name": "envisioneer mission-critical metrics",
"address_attributes":
{
"building": "106",
"street": "Mayfair",
"locality": "London",
"county": "Greater London",
"post_code": "SW1H 9PP"
},
"address_telephone_number": "01111 123456",
"mobile_number": "02222 654321",
"representative_type": "Solicitor",
"dx_number": "dx1234567890",
"reference": "",
"contact_preference": "",
"email_address": "sivvoy.taing@hmcts.net",
"fax_number": ""
}
}
]
}