# Formato Richieste e Risposte

Le API Gsped supportano due formati di trasmissione dati:

* JSON
* XML

Per impostare il formato voluto basta definire gli header  **CONTENT-TYPE** e **ACCEPT**

> Esempio per JSON (default)
>
> Content-Type : application/json\
> Accept : application/json
