# TopFly

## Lista codici Gsped

<table data-full-width="true"><thead><tr><th width="187">Servizio</th><th width="109" data-type="number">Corriere</th><th width="117" data-type="number">Servizio</th><th>Note</th></tr></thead><tbody><tr><td>BRT STANDARD</td><td>34</td><td>0</td><td></td></tr><tr><td>DHL AIR</td><td>34</td><td>1</td><td>DHL Internazionali</td></tr><tr><td>DHL AIR DOC</td><td>34</td><td>2</td><td>DHL Internazionali di soli documenti</td></tr><tr><td>DHL CAMION</td><td>34</td><td>3</td><td>DHL Camionistiche</td></tr><tr><td>DHL ITALIA</td><td>34</td><td>4</td><td>DHL Nazionali</td></tr><tr><td>DHL TDD ORE 10.30</td><td>34</td><td>5</td><td></td></tr><tr><td>DHL TDD ORE 9</td><td>34</td><td>6</td><td></td></tr><tr><td>DHL TDT ORE 12</td><td>34</td><td>7</td><td></td></tr><tr><td>POSTE INTERNATIONAL PLUS</td><td>34</td><td>8</td><td><mark style="color:$warning;">Solo monocollo</mark><br><mark style="color:$warning;">Dati CIN obbligatori anche per spedizioni intraUE</mark></td></tr><tr><td>SDA ITALIA</td><td>34</td><td>9</td><td></td></tr><tr><td>SPEEDY BS / PROV</td><td>34</td><td>10</td><td>Consegna con corriere TOPFLY in zona Brescia e provincia</td></tr><tr><td>UPS EXPEDITED</td><td>34</td><td>11</td><td>UPS Servizio Expedited</td></tr><tr><td>UPS EXPRESS</td><td>34</td><td>12</td><td>UPS Servizio Express</td></tr><tr><td>UPS EXPRESS FREIGHT</td><td>34</td><td>13</td><td></td></tr><tr><td>UPS EXPRESS PLUS</td><td>34</td><td>14</td><td></td></tr><tr><td>UPS EXPRESS SAVER</td><td>34</td><td>15</td><td>UPS Servizio Express Saver</td></tr><tr><td>UPS EXPRESS SAVER DOC</td><td>34</td><td>16</td><td>UPS Servizio Express Saver di soli documenti</td></tr><tr><td>UPS ITALIA</td><td>34</td><td>17</td><td>UPS Nazionali</td></tr><tr><td>UPS STANDARD MONOCOLLO</td><td>34</td><td>18</td><td>UPS Un solo collo, max 70kg</td></tr><tr><td>UPS STANDARD MULTICOLLO</td><td>34</td><td>19</td><td>UPS Da due a piu colli, max 70kg per collo</td></tr></tbody></table>

## Definizione tipo collo

È possibile scegliere manualmente il tipo\_collo da utilizzare:

```json
"daticolli": [
    {
        "altezza": 39,
        "larghezza": 29,
        "lunghezza": 43,
        "volume": 0.048633,
        "peso": 1.2,
        "codice_collo": "9999999999",
        "tipo_collo": "pallet"
    }
]
```

Il tipo collo può assumere i seguenti valori:

1. merce
2. documenti
3. pallet
4. fascio

{% hint style="warning" %}
Attenzione!\
Il valore assume il valore di default "*documenti*" nel caso in cui si passi alla shipment POST il campo "documenti" a 1, "*merce*" in tutti gli altri casi.
{% endhint %}

{% hint style="warning" %}
Se il campo "tipo\_collo" viene specificato deve comunque essere coerente con il campo "documenti".\
\
Es: non è possibile selezionare *tipo\_collo -> pallet* con una spedizione contrassegnata come *documenti*
{% endhint %}

## Requisiti particolari

{% hint style="danger" %}
Il valore doganale è obbligatorio per spedizioni extra UE che non sono documenti
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.gsped.com/spedizioni-e-dintorni/shipment/corrieri/topfly.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
