NearbyServicePointResponse

The root response containing a list of freight products and their associated service points.

  • freightProducts
    Type: array object[] · FreightProduct[]
    required

    List of freight products available, each containing service points.

    Service points grouped under a specific freight product.

    • freightProductId
      Type: integer
      required

      Unique ID of the freight product (e.g., Hentepakke).

    • servicePoints
      Type: array object[] · ServicePoint[]
      required

      List of service points available for this product.

      Detailed information for an individual nearby service point.

    • transporterId
      Type: integer
      required

      ID of the transporter (e.g., Helthjem).

    • freightDescription
      Type: string

      Description of the freight product service.

    • freightName
      Type: string

      Full name of the freight product.

    • freightTitle
      Type: string

      Short title of the freight product.

    • properties
      Type: object

      Additional, often empty, properties for the freight product.

    • transporterName
      Type: string

      Name of the transporter.