POST presentation_gw/Report/GetContrattiInRettifica
Documentation for 'GetContrattiInRettifica'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| reportId | Documentation for 'reportId'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"e97af3c2-58b3-4fe8-9fbf-8d6c152739e6"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e97af3c2-58b3-4fe8-9fbf-8d6c152739e6</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Codice": "sample string 1",
"InsertionDate": "\/Date(1779297344729+0000)\/"
},
{
"Codice": "sample string 1",
"InsertionDate": "\/Date(1779297344729+0000)\/"
},
{
"Codice": "sample string 1",
"InsertionDate": "\/Date(1779297344729+0000)\/"
}
]
application/xml, text/xml
Sample:
<ArrayOfNotificaReportDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models">
<NotificaReportDTO>
<_x003C_Codice_x003E_k__BackingField>sample string 1</_x003C_Codice_x003E_k__BackingField>
<_x003C_InsertionDate_x003E_k__BackingField>2026-05-20T17:15:44.7292004+00:00</_x003C_InsertionDate_x003E_k__BackingField>
</NotificaReportDTO>
<NotificaReportDTO>
<_x003C_Codice_x003E_k__BackingField>sample string 1</_x003C_Codice_x003E_k__BackingField>
<_x003C_InsertionDate_x003E_k__BackingField>2026-05-20T17:15:44.7292004+00:00</_x003C_InsertionDate_x003E_k__BackingField>
</NotificaReportDTO>
<NotificaReportDTO>
<_x003C_Codice_x003E_k__BackingField>sample string 1</_x003C_Codice_x003E_k__BackingField>
<_x003C_InsertionDate_x003E_k__BackingField>2026-05-20T17:15:44.7292004+00:00</_x003C_InsertionDate_x003E_k__BackingField>
</NotificaReportDTO>
</ArrayOfNotificaReportDTO>