passerelle/functests/toulouse_maelis/data/test_update_child_person.json

42 lines
904 B
JSON

[
{
"personInfo": {
"num": "N/A",
"lastname": "RESET",
"firstname": "RESET",
"dateBirth": "1970-01-01T00:00:00+01:00",
"civility": null,
"sexe": "M",
"contact": null,
"sexe_text": "Masculin"
},
"personQuality": {
"code": "AU",
"libelle": "AUTRE",
"code_text": "AUTRE"
}
},
{
"personInfo": {
"num": "N/A",
"lastname": "SIMPSON",
"firstname": "MONA PENELOPE",
"dateBirth": "1929-03-15T00:00:00Z",
"civility": "MME",
"sexe": "F",
"contact": {
"phone": "0412345678",
"mobile": "0612345678",
"mail": "mona.simpson@example.org"
},
"civility_text": "Madame",
"sexe_text": "F\u00e9minin"
},
"personQuality": {
"code": "GMP",
"libelle": "GRAND-MERE PATERNELLE",
"code_text": "GRAND-MERE PATERNELLE"
}
}
]