# Fercam

## Limitazioni campi corriere

| Campo               | Limitazione |
| ------------------- | ----------- |
| ddt\_alpha          | Max 35 char |
| rcpt\_addr          | Max 35 char |
| rcpt\_cap           | Max 8 char  |
| rcpt\_city          | Max 25 char |
| rcpt\_country\_code | Max 2 char  |
| rcpt\_name          | Max 20 char |
| rcpt\_prov          | Max 2 char  |

## 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>Speed &#x26; Book</td><td>131</td><td>0</td><td>Domestico</td></tr><tr><td>Fix</td><td>131</td><td>1</td><td>Domestico</td></tr><tr><td>Flex</td><td>131</td><td>2</td><td>Domestico</td></tr><tr><td>Speed</td><td>131</td><td>3</td><td>Domestico</td></tr><tr><td>Private</td><td>131</td><td>5</td><td>Domestico</td></tr><tr><td>Speed &#x26; Book Internazionale</td><td>131</td><td>6</td><td>Internazionale</td></tr><tr><td>Fix Internazionale</td><td>131</td><td>7</td><td>Internazionale</td></tr><tr><td>Flex Internazionale</td><td>131</td><td>8</td><td>Internazionale</td></tr><tr><td>Speed Internazionale</td><td>131</td><td>9</td><td>Internazionale</td></tr><tr><td>Home delivery</td><td>131</td><td>20</td><td>Vedere <a href="#fercam-home-delivery">sezione dedicata</a></td></tr></tbody></table>

## Fercam home delivery

Per questo tipo di consegna il corriere richiede informazioni sulle operazioni di installazione/montaggio dei prodotti consegnati.

Nella chiamata alla [Shipment POST](/spedizioni-e-dintorni/shipment.md#shipment-post) andrà incluso un array di oggetti denominato fercam\_hd.

```json
"fercam_hd":[
    {
        "assembly_type":"",
        "qty":"",
        "code":"",
        "description":""
    }
]
```

Per ogni oggetto dovranno essere indicate le seguenti informazioni:

<table data-full-width="true"><thead><tr><th width="179">Campo</th><th width="104" data-type="checkbox">Required</th><th width="79">Type</th><th>Descrizione</th></tr></thead><tbody><tr><td>assembly_type</td><td>true</td><td>string</td><td>codifica Fercam del tipo di operazione da fare a destino</td></tr><tr><td>qty</td><td>true</td><td>int</td><td>numero di installazioni da fare per l'assembly_type</td></tr><tr><td>code</td><td>true</td><td>string</td><td>codice del prodotto da installare</td></tr><tr><td>description</td><td>true</td><td>string</td><td>descrizione del prodotto da installare</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/corrieri/fercam.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.
