# trade\_documents

Invio di Documenti elettronici (PLT) per i corrieri che lo gestiscono [Corrieri abilitati al PLT(paperless)](/spedizioni-e-dintorni/shipment/corrieri/corrieri-abilitati-al-plt-paperless.md)

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

Di seguito la descrizione dei campi, la nomenclatura è definita nella pagina [Corrieri abilitati al PLT(paperless)](/spedizioni-e-dintorni/shipment/corrieri/corrieri-abilitati-al-plt-paperless.md)

<table data-full-width="true"><thead><tr><th width="182">Campo</th><th width="100" data-type="checkbox">Required</th><th width="106">Codifica</th><th>Descrizione</th></tr></thead><tbody><tr><td>nome</td><td>true</td><td>string</td><td>Nome documento</td></tr><tr><td>contenuto</td><td>true</td><td>string</td><td>Stringa in base64 del documento</td></tr></tbody></table>


---

# 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/shipment-objects/trade_documents.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.
