POST api/fe/FE_GetDocumentiINVIATI

Request Information

URI Parameters

None.

Body Parameters

myInDataDocs
NameDescriptionTypeAdditional information
CLIKey

string

None.

Dal

date

None.

Al

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CLIKey": "sample string 1",
  "Dal": "2025-11-08T16:49:18.647868+01:00",
  "Al": "2025-11-08T16:49:18.647868+01:00"
}

application/xml, text/xml

Sample:
<myInDataDocs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FE_APIWeb.Controllers">
  <Al>2025-11-08T16:49:18.647868+01:00</Al>
  <CLIKey>sample string 1</CLIKey>
  <Dal>2025-11-08T16:49:18.647868+01:00</Dal>
</myInDataDocs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>