GET api/TipoFascicolo/{id}

Richiesta info

URI parametri

NomeDescrizioneTipoInformazioni aggiuntive
id

byte

Required

Body parametri

Nessuna richiesta.

Informazioni della Risposta

Descrizione della risorsa

MyTipoFascicolo
NomeDescrizioneTipoInformazioni aggiuntive
Id

integer

Nessuna informazione aggiuntiva.

Descrizione

string

Nessuna informazione aggiuntiva.

Formati della Risposta

application/json, text/json

Sample:
{
  "Id": 1,
  "Descrizione": "sample string 2"
}

application/xml, text/xml

Sample:
<MyTipoFascicolo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcediMarche.API.Models">
  <Descrizione>sample string 2</Descrizione>
  <Id>1</Id>
</MyTipoFascicolo>