GET api/fe/FE_GetListEsiti/{CLIKey}/{nomeDoc}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CLIKey

string

Required

nomeDoc

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FatturaEsito
NameDescriptionTypeAdditional information
ESITO_NomeDoc

string

None.

ESITO_Data

date

None.

ESITO_Nome

string

None.

ESITO_IDStato

string

None.

ESITO_Stato

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ESITO_NomeDoc": "sample string 1",
    "ESITO_Data": "2025-11-08T16:50:00.1335213+01:00",
    "ESITO_Nome": "sample string 3",
    "ESITO_IDStato": "sample string 4",
    "ESITO_Stato": "sample string 5"
  },
  {
    "ESITO_NomeDoc": "sample string 1",
    "ESITO_Data": "2025-11-08T16:50:00.1335213+01:00",
    "ESITO_Nome": "sample string 3",
    "ESITO_IDStato": "sample string 4",
    "ESITO_Stato": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFatturaEsito xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FE_APIWeb.Models">
  <FatturaEsito>
    <ESITO_Data>2025-11-08T16:50:00.1335213+01:00</ESITO_Data>
    <ESITO_IDStato>sample string 4</ESITO_IDStato>
    <ESITO_Nome>sample string 3</ESITO_Nome>
    <ESITO_NomeDoc>sample string 1</ESITO_NomeDoc>
    <ESITO_Stato>sample string 5</ESITO_Stato>
  </FatturaEsito>
  <FatturaEsito>
    <ESITO_Data>2025-11-08T16:50:00.1335213+01:00</ESITO_Data>
    <ESITO_IDStato>sample string 4</ESITO_IDStato>
    <ESITO_Nome>sample string 3</ESITO_Nome>
    <ESITO_NomeDoc>sample string 1</ESITO_NomeDoc>
    <ESITO_Stato>sample string 5</ESITO_Stato>
  </FatturaEsito>
</ArrayOfFatturaEsito>