POST presentation_gw/MessageGateway/MGReportRequest
Documentation for 'MGReportRequest'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"MId": "5acf578e-6e68-4974-920a-318f42ebcbec",
"IdentifiedRequest": "sample string 2",
"XmlResponse": "sample string 3",
"EsitoInserimentoReport": true,
"ErrorMessage": "sample string 5"
}
application/xml, text/xml
Sample:
<MGResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs.BusinessServices"> <ErrorMessage>sample string 5</ErrorMessage> <EsitoInserimentoReport>true</EsitoInserimentoReport> <IdentifiedRequest>sample string 2</IdentifiedRequest> <MId>5acf578e-6e68-4974-920a-318f42ebcbec</MId> <XmlResponse>sample string 3</XmlResponse> </MGResponse>