POST api/MercadoPago/ReceiveNotification

Request Information

URI Parameters

None.

Body Parameters

ReceiveExternalCreditNotificationRequestVM
NameDescriptionTypeAdditional information
Type

string

None.

ID

string

None.

Data

ReceiveExternalCreditNotificationDataRequestVM

None.

EntityID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "ID": "sample string 2",
  "Data": {
    "ID": "sample string 1"
  },
  "EntityID": 3
}

application/xml, text/xml

Sample:
<ReceiveExternalCreditNotificationRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels.ViewModels">
  <EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">3</EntityID>
  <Data>
    <ID>sample string 1</ID>
  </Data>
  <ID>sample string 2</ID>
  <Type>sample string 1</Type>
</ReceiveExternalCreditNotificationRequestVM>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReceiveExternalCreditNotificationRequestVM'.

Response Information

Resource Description

AdapterResponseVMOfReceiveExternalCreditNotificationResponseVM
NameDescriptionTypeAdditional information
Alerts

Collection of Object

None.

ResponseVM

ReceiveExternalCreditNotificationResponseVM

None.

Response Formats

application/json, text/json

Sample:
{
  "Alerts": null,
  "ResponseVM": {
    "EntityID": 1
  }
}

application/xml, text/xml

Sample:
<AdapterResponseVMOfReceiveExternalCreditNotificationResponseVM5phF_SRiQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FwKits.Core.Presentation.Adapter.Base">
  <Alerts xmlns:d2p1="http://schemas.datacontract.org/2004/07/FwKits.Common.Validations" i:nil="true" />
  <ResponseVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels.ViewModels">
    <EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">1</EntityID>
  </ResponseVM>
</AdapterResponseVMOfReceiveExternalCreditNotificationResponseVM5phF_SRiQ>