POST presentation_gw/Service/GetListFatture

Documentation for 'GetListFatture'.

Request Information

Parameters

NameDescriptionAdditional information
userGuidId
Documentation for 'userGuidId'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"2240b05c-2107-4a2e-9175-4fd8b901ee0c"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2240b05c-2107-4a2e-9175-4fd8b901ee0c</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "NumeroFattura": "sample string 1",
    "ServiceUserID": "bf2aae9c-4f64-4651-9ea6-616dc279aa88",
    "Datadocumento": "\/Date(1779288349261+0000)\/",
    "IsNotNullPdf": true
  },
  {
    "NumeroFattura": "sample string 1",
    "ServiceUserID": "bf2aae9c-4f64-4651-9ea6-616dc279aa88",
    "Datadocumento": "\/Date(1779288349261+0000)\/",
    "IsNotNullPdf": true
  },
  {
    "NumeroFattura": "sample string 1",
    "ServiceUserID": "bf2aae9c-4f64-4651-9ea6-616dc279aa88",
    "Datadocumento": "\/Date(1779288349261+0000)\/",
    "IsNotNullPdf": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfFatturaEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs.Common">
  <FatturaEntity>
    <Datadocumento>2026-05-20T14:45:49.2617742+00:00</Datadocumento>
    <IsNotNullPdf>true</IsNotNullPdf>
    <NumeroFattura>sample string 1</NumeroFattura>
    <ServiceUserID>bf2aae9c-4f64-4651-9ea6-616dc279aa88</ServiceUserID>
  </FatturaEntity>
  <FatturaEntity>
    <Datadocumento>2026-05-20T14:45:49.2617742+00:00</Datadocumento>
    <IsNotNullPdf>true</IsNotNullPdf>
    <NumeroFattura>sample string 1</NumeroFattura>
    <ServiceUserID>bf2aae9c-4f64-4651-9ea6-616dc279aa88</ServiceUserID>
  </FatturaEntity>
  <FatturaEntity>
    <Datadocumento>2026-05-20T14:45:49.2617742+00:00</Datadocumento>
    <IsNotNullPdf>true</IsNotNullPdf>
    <NumeroFattura>sample string 1</NumeroFattura>
    <ServiceUserID>bf2aae9c-4f64-4651-9ea6-616dc279aa88</ServiceUserID>
  </FatturaEntity>
</ArrayOfFatturaEntity>