Case
Creates one (or multiple identical) new cases
post/cases
Query parameters
validate_onlyboolean
Whether to validate the case without creating it
num_casesinteger
The number of cases to create
Request body
Example request
{
"location": {
"country": "GB"
},
"travelHistory": {
"travel": [
{
"location": {
"country": "CR",
"administrativeAreaLevel1": "Any province in Costa Rica",
"administrativeAreaLevel2": "Any canton in Costa Rica",
"administrativeAreaLevel3": "Any district in Costa Rica",
"place": "Boston Children's Hospital",
"name": "Lyon, Auvergne-Rhône-Alpes, France"
}
}
]
},
"vaccines": [
{
"name": "AstraZeneca",
"batch": "PV12345"
}
]
}Response
Created
Example response
{
"location": {
"country": "GB"
},
"travelHistory": {
"travel": [
{
"location": {
"country": "CR",
"administrativeAreaLevel1": "Any province in Costa Rica",
"administrativeAreaLevel2": "Any canton in Costa Rica",
"administrativeAreaLevel3": "Any district in Costa Rica",
"place": "Boston Children's Hospital",
"name": "Lyon, Auvergne-Rhône-Alpes, France"
}
}
]
},
"vaccines": [
{
"name": "AstraZeneca",
"batch": "PV12345"
}
]
}