ministryofjustice/atet

View on GitHub
multiple_claimants_payload

Summary

Maintainability
Test Coverage
{
"uuid": "{{$guid}}",
"command": "SerialSequence",
"data":
[
{
"uuid": "{{$guid}}",
"command": "BuildClaim",
"data":
{
"reference": "332000027 300",
"submission_reference": "BE6B-A98Y",
"submission_channel": "Web",
"case_type": "Multiple",
"jurisdiction": 2,
"date_of_receipt": "2019-08-12T16:41:52.484+01:00",
"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": "air traffic controller",
"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": "Young",
"last_name": "Quitzon",
"address_attributes":{
"building": "13838",
"street": "Janis Heights",
"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": "Email",
"gender": "N/K",
"date_of_birth": "1982-11-21",
"special_needs": "My special needs are as follows"
}
},
{
"uuid": "{{$guid}}",
"command": "BuildPrimaryRespondent",
"data":{
"name": "Schmitt, Senger and Lang",
"contact": "",
"address_attributes":{
"building": "5176",
"street": "Rolfson Row",
"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": "Kraig Lindgren DDS",
"organisation_name": "embrace scalable models",
"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": ""
}
},
{
"uuid": "{{$guid}}",
"command": "BuildSecondaryClaimants",
"data":[
{
"title": "Ms",
"first_name": "Eliseo",
"last_name": "Ullrich",
"address_attributes":{
"building": "76967",
"street": "Mueller Fork",
"locality": "London",
"county": "Manchester",
"post_code": "SW1H 9AJ"
},
"address_telephone_number": "",
"mobile_number": "",
"fax_number": "",
"email_address": "",
"contact_preference": "",
"gender": "",
"date_of_birth": "1982-11-21",
"special_needs": ""
},
{
"title": "Ms",
"first_name": "Lon",
"last_name": "Schulist",
"address_attributes":{
"building": "54635",
"street": "Randa Street",
"locality": "London",
"county": "Manchester",
"post_code": "SW1H 9AJ"
},
"address_telephone_number": "",
"mobile_number": "",
"fax_number": "",
"email_address": "",
"contact_preference": "",
"gender": "",
"date_of_birth": "1982-11-21",
"special_needs": ""
}
]
}
]
}