Show / Hide Table of Contents

    400 - Invalid Accessibility

    • v2
    • validation
    • pro
    • api
    • shipments
    • error
    • 400
    Tip

    The error code invalid_accessibility is returned when a request is made the includes an invalid value for the accessibility property of dangerous_goods.

    This error code would be returned, for example, when an attempt is made to create a shipment containing details of dangerous_goods but the accessibility property has a value other than accessible or inaccessible:

    {
      "dangerous_goods": {
        "accessibility": "invalid",
        //other properties...
      }
    }
    
    Back to top Copyright © Sorted Group 2023. Generated by DocFX