Last active
August 14, 2018 14:45
-
-
Save tarasowski/8bf50f1e164a2fbaac6e6da2336e5f8a to your computer and use it in GitHub Desktop.
#curl GET request
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
curl -i -X GET -H "Content-Type:application/json" http://localhost:3000/ -d '{ | |
"userId": "jan001", | |
"locationId": "001", | |
"sortNumber": 100000, | |
"sortNumberIncrement": 10, | |
"warehouseStart": "a", | |
"warehouseEnd": "b", | |
"shelfNumberStart": 1, | |
"shelfNumberEnd": 4, | |
"shelfRowStart": "a", | |
"shelfRowEnd": "j", | |
"shelfPartStart": 1, | |
"shelfPartEnd": 10 | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment