Skip to content

Instantly share code, notes, and snippets.

@boctulus
Created December 26, 2020 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boctulus/a01b5b7692e74ed6c56bed2ad2c9bd71 to your computer and use it in GitHub Desktop.
Save boctulus/a01b5b7692e74ed6c56bed2ad2c9bd71 to your computer and use it in GitHub Desktop.
ShippingKalc
POST https://shippingkalc.herokuapp.com/api/v1/box_selection
{
"items": [
{
"h": "10.00",
"w": "7.00",
"l": "2.00",
"W": 1,
"cant": "1"
},
{
"h": "5.00",
"w": "5.00",
"l": "1.00",
"W": 0.25,
"cant": "2"
}
],
"boxes": [
{
"box_id": 6,
"h": "30.00",
"w": "30.00",
"l": "30.00",
"W": 2,
"valor": "3000.00"
},
{
"box_id": 4,
"h": "40.00",
"w": "40.00",
"l": "40.00",
"W": 5,
"valor": "4000.00"
},
{
"box_id": 5,
"h": "50.00",
"w": "50.00",
"l": "50.00",
"W": 7,
"valor": "5000.00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment