forked from cemaden-educacao/WPD-MobileApp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
548 B
18 lines
548 B
JSON intended to insert pluviometer forms data into datalake
|
|
|
|
|
|
{
|
|
"responseData": {
|
|
"array_to_json": [{
|
|
"formcode": "PLUVIOMETERS_FORM",
|
|
"formsanswersuserinformer": "admin@wpd.com",
|
|
"fias": [{
|
|
"fieldsanswersdate": "11/02",
|
|
"fieldsanswersrainamount": 5,
|
|
"fieldsanswerseventtime": "21:52",
|
|
"fielsanswerimages" : "base64",
|
|
"fielsanswercomment": "users description about the current event"
|
|
}]
|
|
}]
|
|
}
|
|
}
|