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

Container Alerts? #23

Closed rwarren2 closed 3 years ago

rwarren2 commented 4 years ago

In the swagger definition, there is nested json for alerts:

type string
description string
message string

Is there any documentation of what values of type can be?

cmsdroff commented 3 years ago

Hi @rwarren2

I have updated the swagger spec at

but the alert types are:

    - Sold
    - Scrapped
    - Security
    - Exception

Are you looking to create alerts in the Boxtech application (as n uploader) or just understand the alert types that come back (as a consumer)?

rwarren2 commented 3 years ago

Just trying to understand the alerts as a consumer. Thank you.