Skip to content

Instantly share code, notes, and snippets.

@adiwids
Created August 28, 2017 09:00
Show Gist options
  • Save adiwids/2872c240946adcaa58f30ddc01ed6afa to your computer and use it in GitHub Desktop.
Save adiwids/2872c240946adcaa58f30ddc01ed6afa to your computer and use it in GitHub Desktop.
curl -X POST \
http://drync-burgundy-staging-pr-3641.herokuapp.com/orders/validate.json \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-H 'postman-token: 558af84b-1c5a-95c1-cfd8-8ace1c23eb59' \
-H 'user-agent: Drync/15.4 (LGE Nexus 4; Android 5.1.1) Brand/joes' \
-d '{
"order":
{
"allow_vintage_replacement":true,
"city":"Winchester",
"discount":0,
"email":"[email protected]",
"fulfiller_id":"199",
"fulfillment_method":"delivery",
"delivery_window_id": "",
"delivery_tip": "",
"gift":0,
"items":[
{
"bottle_id":"1146665",
"current_vintage":false,
"quantity":12,
"uuid":"b336bc2b-bbf2-4b21-8d03-76f723d38c0a"
}
],
"latitude":"42.359134674072266",
"longitude":"-71.13496398925781",
"name":"Tommy Smith",
"phone_number":"2034599789",
"shipping":0,
"state":"MA",
"street1":"263 Main Street",
"tax":0,
"total":0,
"zip":"01890"
},
"device_id":"356489050038749",
"prod":"tnb",
"version":"22"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment