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:
"be130cbc-9a63-4e9f-b38d-400ae9355ce9"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">be130cbc-9a63-4e9f-b38d-400ae9355ce9</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": "c6052e52-b096-4ed9-8c17-fabdf4bf77a9",
    "Datadocumento": "\/Date(1779288324558+0000)\/",
    "IsNotNullPdf": true
  },
  {
    "NumeroFattura": "sample string 1",
    "ServiceUserID": "c6052e52-b096-4ed9-8c17-fabdf4bf77a9",
    "Datadocumento": "\/Date(1779288324558+0000)\/",
    "IsNotNullPdf": true
  },
  {
    "NumeroFattura": "sample string 1",
    "ServiceUserID": "c6052e52-b096-4ed9-8c17-fabdf4bf77a9",
    "Datadocumento": "\/Date(1779288324558+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:24.5582118+00:00</Datadocumento>
    <IsNotNullPdf>true</IsNotNullPdf>
    <NumeroFattura>sample string 1</NumeroFattura>
    <ServiceUserID>c6052e52-b096-4ed9-8c17-fabdf4bf77a9</ServiceUserID>
  </FatturaEntity>
  <FatturaEntity>
    <Datadocumento>2026-05-20T14:45:24.5582118+00:00</Datadocumento>
    <IsNotNullPdf>true</IsNotNullPdf>
    <NumeroFattura>sample string 1</NumeroFattura>
    <ServiceUserID>c6052e52-b096-4ed9-8c17-fabdf4bf77a9</ServiceUserID>
  </FatturaEntity>
  <FatturaEntity>
    <Datadocumento>2026-05-20T14:45:24.5582118+00:00</Datadocumento>
    <IsNotNullPdf>true</IsNotNullPdf>
    <NumeroFattura>sample string 1</NumeroFattura>
    <ServiceUserID>c6052e52-b096-4ed9-8c17-fabdf4bf77a9</ServiceUserID>
  </FatturaEntity>
</ArrayOfFatturaEntity>