On this page
article
400 - Invalid Radioactivity
The
invalid_radioactivity error code will be returned if you attempt to create or update a shipment containing dangerous_goods and do not provide a valid value for radioactivity.This error code will be returned, for example, if you provide an unrecognised or invalid value for radioactivity when creating a new shipment:
{
"dangerous_goods": {
"radioactivity": "no"
}
}
The valid values for
radioactivity include: | Value | Description | |——-|—————| | surface_reading | The goods have a surface reading of radioactivity | | transport_index | The goods are assigned a value of radioactivity according to the Transport Index | | criticality_safety_index | The goods are assigned a value of radioactivity according to the Criticality Safety Index | | none | The goods are not radioactive |