POST presentation_gw/Utility/GetFatture
Documentation for 'GetFatture'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userId | Documentation for 'userId'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"0489fbe5-3ad7-4cf7-9b57-1c61e5077637"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0489fbe5-3ad7-4cf7-9b57-1c61e5077637</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Fatturaid": 1,
"NumeroFattura": "sample string 2",
"ServiceUserID": "f6baa76b-5c52-4b20-bcf9-1e57d3856ee5",
"Datadocumento": "\/Date(1779288322451+0000)\/",
"IsNotNullPdf": true
},
{
"Fatturaid": 1,
"NumeroFattura": "sample string 2",
"ServiceUserID": "f6baa76b-5c52-4b20-bcf9-1e57d3856ee5",
"Datadocumento": "\/Date(1779288322451+0000)\/",
"IsNotNullPdf": true
},
{
"Fatturaid": 1,
"NumeroFattura": "sample string 2",
"ServiceUserID": "f6baa76b-5c52-4b20-bcf9-1e57d3856ee5",
"Datadocumento": "\/Date(1779288322451+0000)\/",
"IsNotNullPdf": true
}
]
application/xml, text/xml
Sample:
<ArrayOfFatturaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models">
<FatturaModel>
<_x003C_Datadocumento_x003E_k__BackingField>2026-05-20T14:45:22.4514816+00:00</_x003C_Datadocumento_x003E_k__BackingField>
<_x003C_Fatturaid_x003E_k__BackingField>1</_x003C_Fatturaid_x003E_k__BackingField>
<_x003C_IsNotNullPdf_x003E_k__BackingField>true</_x003C_IsNotNullPdf_x003E_k__BackingField>
<_x003C_NumeroFattura_x003E_k__BackingField>sample string 2</_x003C_NumeroFattura_x003E_k__BackingField>
<_x003C_ServiceUserID_x003E_k__BackingField>f6baa76b-5c52-4b20-bcf9-1e57d3856ee5</_x003C_ServiceUserID_x003E_k__BackingField>
</FatturaModel>
<FatturaModel>
<_x003C_Datadocumento_x003E_k__BackingField>2026-05-20T14:45:22.4514816+00:00</_x003C_Datadocumento_x003E_k__BackingField>
<_x003C_Fatturaid_x003E_k__BackingField>1</_x003C_Fatturaid_x003E_k__BackingField>
<_x003C_IsNotNullPdf_x003E_k__BackingField>true</_x003C_IsNotNullPdf_x003E_k__BackingField>
<_x003C_NumeroFattura_x003E_k__BackingField>sample string 2</_x003C_NumeroFattura_x003E_k__BackingField>
<_x003C_ServiceUserID_x003E_k__BackingField>f6baa76b-5c52-4b20-bcf9-1e57d3856ee5</_x003C_ServiceUserID_x003E_k__BackingField>
</FatturaModel>
<FatturaModel>
<_x003C_Datadocumento_x003E_k__BackingField>2026-05-20T14:45:22.4514816+00:00</_x003C_Datadocumento_x003E_k__BackingField>
<_x003C_Fatturaid_x003E_k__BackingField>1</_x003C_Fatturaid_x003E_k__BackingField>
<_x003C_IsNotNullPdf_x003E_k__BackingField>true</_x003C_IsNotNullPdf_x003E_k__BackingField>
<_x003C_NumeroFattura_x003E_k__BackingField>sample string 2</_x003C_NumeroFattura_x003E_k__BackingField>
<_x003C_ServiceUserID_x003E_k__BackingField>f6baa76b-5c52-4b20-bcf9-1e57d3856ee5</_x003C_ServiceUserID_x003E_k__BackingField>
</FatturaModel>
</ArrayOfFatturaModel>