Dangerous goods question
Before a parcel is set to status READY a question should popup asking this (this message should be in a configuration parameter because might change):
Does the parcel contain dangerous goods ?
Please ensure you reply correctly to this question after consultation with your lab safety referent and/or the transport company. This question is for ESRF internal use only - you must correctly declare your parcel in the official transport documents. If the answer is yes, remember to contact the ESRF (email to expsaf@esrf.fr AND esrftransport@esrf.fr) before sending the parcel to ask for agreement that the dangerous goods can be sent."
Options:
Yes / No
The endpoint is the setStatus:
The body of the call has to be:
{
containsDangerousGoods: true/false
}
Edited by Loic Huder