GET api/fe/FE_GetStatoFattura/{CLIKey}/{nomeDoc}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CLIKey | string |
Required |
|
| nomeDoc | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FatturaStato| Name | Description | Type | Additional information |
|---|---|---|---|
| STATO_Codice | string |
None. |
|
| STATO_Descrizione | string |
None. |
|
| ESITO_Descrizione | string |
None. |
|
| EsitoXML | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATO_Codice": "sample string 1",
"STATO_Descrizione": "sample string 2",
"ESITO_Descrizione": "sample string 3",
"EsitoXML": "QEA="
}
application/xml, text/xml
Sample:
<FatturaStato xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FE_APIWeb.Models"> <ESITO_Descrizione>sample string 3</ESITO_Descrizione> <EsitoXML>QEA=</EsitoXML> <STATO_Codice>sample string 1</STATO_Codice> <STATO_Descrizione>sample string 2</STATO_Descrizione> </FatturaStato>