# DHL WLA

## Lista codici Gsped

<table data-full-width="true"><thead><tr><th>Servizio</th><th data-type="number">Codice corriere</th><th data-type="number">Codice servizio</th><th>Note</th></tr></thead><tbody><tr><td>Standard nazionali</td><td>182</td><td>0</td><td>Domestico</td></tr><tr><td>Nazionali entro ore 10</td><td>182</td><td>1</td><td>Domestico</td></tr><tr><td>Nazionali entro ore 12</td><td>182</td><td>2</td><td>Domestico</td></tr><tr><td>Nazionali entro ore 9</td><td>182</td><td>3</td><td>Domestico</td></tr><tr><td>Standard UE</td><td>182</td><td>6</td><td>Internazionale</td></tr><tr><td>Camionistico UE</td><td>182</td><td>7</td><td>Internazionale</td></tr><tr><td>Standard Extra-UE con dogana</td><td>182</td><td>8</td><td>Internazionale</td></tr><tr><td>Standard Extra-UE esente dogana</td><td>182</td><td>9</td><td>Internazionale</td></tr><tr><td>Camionistico Extra-UE con dogana</td><td>182</td><td>10</td><td>Internazionale</td></tr><tr><td>Internazionale entro ore 9 senza dogana</td><td>182</td><td>11</td><td>Internazionale</td></tr><tr><td>Internazionale entro ore 12 senza dogana</td><td>182</td><td>12</td><td>Internazionale</td></tr><tr><td>Internazionale entro ore 12 con dogana</td><td>182</td><td>13</td><td>Internazionale</td></tr><tr><td>Internazionale entro ore 9 con dogana</td><td>182</td><td>14</td><td>Internazionale</td></tr><tr><td>ExtraUE con servizio Break Bulk</td><td>182</td><td>15</td><td>Internazionale</td></tr><tr><td>Servizio medical UE e nazionale</td><td>182</td><td>16</td><td></td></tr><tr><td>Servizio medical Extra-UE con dogana</td><td>182</td><td>17</td><td>Internazionale</td></tr></tbody></table>

## Aggiungere documento a spedizione già generata

Attraverso l'endpoint **Shipment** e verbo **PATCH** è possibile associare dei documenti elettronici alla spedizione.

Il payload da utilizzare nella Shipment PATCH è il seguente :&#x20;

```json
{
    "trade_documents": [
        {
            "nome": "COMMERCIAL_INVOICE_5123025_1.pdf",
            "contenuto": "Tm90aWNlDQpJbi......"
        }
    ]
}
```


---

# 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/dhl-wla.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.
