POST presentation_gw/MessageGateway/MGFullBusinessRequest

Documentation for 'MGFullBusinessRequest'.

Request Information

Parameters

NameDescriptionAdditional 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": "8c9141c3-1bad-4267-9e2b-78752131b7d4",
  "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>8c9141c3-1bad-4267-9e2b-78752131b7d4</MId>
  <XmlResponse>sample string 3</XmlResponse>
</MGResponse>