Mercurial > lada > lada-client
comparison server/rest/zusatzwert @ 487:a05cbc6e63cb
Updated exitsting static data to match the new data model.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 21:07:39 +0100 |
parents | b91d5376db19 |
children |
comparison
equal
deleted
inserted
replaced
486:0952c7767d98 | 487:a05cbc6e63cb |
---|---|
1 {"success":true,"message":"200","data":[{"id":{"probeId":"000007578314X","pzsId":"A76"},"probeId":"000007578314X","messwertNwg":null,"messwertPzs":13.0,"messfehler":30.0,"mehId":2,"letzteAenderung":1341898845000,"sprobenZusatz":{"pzsId":"A76","mehId":2,"beschreibung":"A0-Horizont (Humusauflage)","zusatzwert":"A0-HZT","eudfKeyword":null}}],"errors":{},"warnings":{}} | 1 { |
2 "success":true, | |
3 "message":"200", | |
4 "data":[{ | |
5 "id":123, | |
6 "pzsId":"A76", | |
7 "probeId":7581036, | |
8 "messwertPzs":13.0, | |
9 "messfehler":30.0, | |
10 "nwgZuMesswert":null, | |
11 "letzteAenderung":1341898845000 | |
12 },{ | |
13 "id":234, | |
14 "pzsId":"A77", | |
15 "probeId":7581036, | |
16 "messwertPzs":13.0, | |
17 "messfehler":30.0, | |
18 "nwgZuMesswert":null, | |
19 "letzteAenderung":1341898845000 | |
20 }] | |
21 } |