boxnowLogoPopup

Try out the

BOX NOW App!

BoxNow

API Documentation

Successful call extends storage time by 24h. Only one extension is allowed. See an example of an integration:

POST /parcels:extendStorage

curl -X 'POST' \
  '.../parcels:extendStorage' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{
  "g-recaptcha-response": "string",
  "parcelId": "number"
}'

Status Code 200

OK – extension was successfull.

Status Code 400

The server cannot or will not process the request due to something that is perceived to be your error (e.g., malformed request syntax, invalid request message). You are to modify the request before sending it again.

{
  "code": "string",
  "message": "string"
}

Updated on 20. 9. 2021