Created
December 13, 2016 18:11
-
-
Save rodrigooler/600904ade4371b37634c9e2353eec87e to your computer and use it in GitHub Desktop.
entrada.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "customer":{ | |
| "id":1334, | |
| "name":"ADEJAR ALVES DE ANDRADE", | |
| "document":null | |
| }, | |
| "product":{ | |
| "id":20, | |
| "code":"777", | |
| "description":"CAFE BIG BAG" | |
| }, | |
| "farm":{ | |
| "id":5066, | |
| "description":"FAZENDA" | |
| }, | |
| "weight":"50", | |
| "volume":"50", | |
| "obs":"TESTE", | |
| "lotesLocal":[ | |
| { | |
| "bloco":{ | |
| "id":1965, | |
| "description":"3", | |
| "quadra":{ | |
| "id":167, | |
| "description":"E", | |
| "armazem":{ | |
| "id":1596, | |
| "description":"ARMAZEM GERAL" | |
| } | |
| } | |
| }, | |
| "weight":"10", | |
| "currentWeight":"10", | |
| "volume":"10", | |
| "currentVolume":"10" | |
| }, | |
| { | |
| "bloco":{ | |
| "id":1965, | |
| "description":"3", | |
| "quadra":{ | |
| "id":167, | |
| "description":"E", | |
| "armazem":{ | |
| "id":1596, | |
| "description":"ARMAZEM GERAL" | |
| } | |
| } | |
| }, | |
| "weight":"10", | |
| "currentWeight":"10", | |
| "volume":"10", | |
| "currentVolume":"10" | |
| }, | |
| { | |
| "bloco":{ | |
| "id":1965, | |
| "description":"3", | |
| "quadra":{ | |
| "id":167, | |
| "description":"E", | |
| "armazem":{ | |
| "id":1596, | |
| "description":"ARMAZEM GERAL" | |
| } | |
| } | |
| }, | |
| "weight":"10", | |
| "currentWeight":"10", | |
| "volume":"10", | |
| "currentVolume":"10" | |
| }, | |
| { | |
| "bloco":{ | |
| "id":1965, | |
| "description":"3", | |
| "quadra":{ | |
| "id":167, | |
| "description":"E", | |
| "armazem":{ | |
| "id":1596, | |
| "description":"ARMAZEM GERAL" | |
| } | |
| } | |
| }, | |
| "weight":"10", | |
| "currentWeight":"10", | |
| "volume":"10", | |
| "currentVolume":"10" | |
| }, | |
| { | |
| "bloco":{ | |
| "id":1965, | |
| "description":"3", | |
| "quadra":{ | |
| "id":167, | |
| "description":"E", | |
| "armazem":{ | |
| "id":1596, | |
| "description":"ARMAZEM GERAL" | |
| } | |
| } | |
| }, | |
| "weight":"10", | |
| "currentWeight":"10", | |
| "volume":"10", | |
| "currentVolume":"10" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment