POST api/fe/FE_GetDocumentiRICEVUTI
Request Information
URI Parameters
None.
Body Parameters
myInDataDocs| Name | Description | Type | Additional 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:42:15.7269442+01:00",
"Al": "2025-11-08T16:42:15.7269442+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:42:15.7269442+01:00</Al> <CLIKey>sample string 1</CLIKey> <Dal>2025-11-08T16:42:15.7269442+01:00</Dal> </myInDataDocs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of byteResponse Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>