Skip to content

Instantly share code, notes, and snippets.

@tarasowski
Last active August 14, 2018 14:45
Show Gist options
  • Save tarasowski/8bf50f1e164a2fbaac6e6da2336e5f8a to your computer and use it in GitHub Desktop.
Save tarasowski/8bf50f1e164a2fbaac6e6da2336e5f8a to your computer and use it in GitHub Desktop.
#curl GET request
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