Last active
September 8, 2023 11:04
-
-
Save sudotman/372fddcb65c0be534f91d5c7da333bd0 to your computer and use it in GitHub Desktop.
dummyTransferOrder
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
| { | |
| "Items": [ | |
| { | |
| "toID": "129293", | |
| "binID": "93582", | |
| "materialID": "299534", | |
| "materialText": "COMPRESSOR", | |
| "batchID": "349ef", | |
| "quantityRequired": "3" | |
| }, | |
| { | |
| "toID": "351023", | |
| "binID": "212392", | |
| "materialID": "839fe31", | |
| "materialText": "CLIPS", | |
| "batchID": "sd21ef", | |
| "quantityRequired": "5" | |
| }, | |
| { | |
| "toID": "212345", | |
| "binID": "e92124", | |
| "materialID": "d12efe", | |
| "materialText": "ALTERNATOR", | |
| "batchID": "9e1234", | |
| "quantityRequired": "4" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment