bic-org / Boxtech

Boxtech API is a global container database containing technical and safety information, such as tare weight, size/type and max stacking capacity for containers.
https://www.bic-boxtech.org
25 stars 7 forks source link

REST API to lookup the tare weight of a container #1

Closed AltiusRupert closed 7 years ago

AltiusRupert commented 7 years ago

Set up an API to look up the tare weight of a container.

This is a REST API. Authentication is through OAuth2.

Parameters for the request are the container number, as well as the requested weight unit (kgs, lbs). The answer is the weight, a decimal value in kgs or lbs. Decimal point is a '.'.

Error codes :

bic-boxtech commented 7 years ago

This service is now implemented and documented : refer to the README page as well as to the Wiki pages for details on implementation. Questions will be addressed here.