POST api/Mensaje/BorrarMensajeLeido

Request Information

URI Parameters

None.

Body Parameters

BorrarMensajeLeidoRequestVM
NameDescriptionTypeAdditional information
MensajeID

integer

None.

EntityID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MensajeID": 1,
  "EntityID": 2
}

application/xml, text/xml

Sample:
<BorrarMensajeLeidoRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">
  <EntityID>2</EntityID>
  <MensajeID>1</MensajeID>
</BorrarMensajeLeidoRequestVM>

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 'BorrarMensajeLeidoRequestVM'.

Response Information

Resource Description

AdapterResponseVMOfBorrarMensajeLeidoResponseVM
NameDescriptionTypeAdditional information
Alerts

Collection of Object

None.

ResponseVM

BorrarMensajeLeidoResponseVM

None.

Response Formats

application/json, text/json

Sample:
{
  "Alerts": null,
  "ResponseVM": {
    "Resultado": true,
    "EntityID": 2
  }
}

application/xml, text/xml

Sample:
<AdapterResponseVMOfBorrarMensajeLeidoResponseVMLDdUMLp9 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">
    <d2p1:EntityID>2</d2p1:EntityID>
    <d2p1:Resultado>true</d2p1:Resultado>
  </ResponseVM>
</AdapterResponseVMOfBorrarMensajeLeidoResponseVMLDdUMLp9>