GET apiv2/amministrazione/azienda/{codAzi}

Get Azienda

Request Information

URI Parameters

NomeDescrizioneTipoInformazioni Aggiuntive
codAzi

Codice Azienda

string

Required

Body Parameters

None.

Response Information

Resource Description

Azienda
NomeDescrizioneTipoInformazioni Aggiuntive
CodAzi

Codice Azienda

string

Nessuna.

Descrizione

Descrizione Azienda

string

Nessuna.

Attivo

Stato Azienda

boolean

Nessuna.

Response Formats

application/json, text/json

Sample:
{
  "codAzi": "sample string 1",
  "descrizione": "sample string 2",
  "attivo": true
}

application/xml, text/xml

Sample:
<Azienda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gift.Models">
  <Attivo>true</Attivo>
  <CodAzi>sample string 1</CodAzi>
  <Descrizione>sample string 2</Descrizione>
</Azienda>