POST api/soportes/mensajes

Request Information

URI Parameters

None.

Body Parameters

CrearSoporteMensajeDto
NameDescriptionTypeAdditional information
SoporteId

integer

None.

Mensaje

string

None.

ImagenUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "soporteId": 1,
  "mensaje": "sample string 2",
  "imagenUrl": "sample string 3"
}

application/xml, text/xml

Sample:
<TecnoClubController.CrearSoporteMensajeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SicFrap.Controllers">
  <ImagenUrl>sample string 3</ImagenUrl>
  <Mensaje>sample string 2</Mensaje>
  <SoporteId>1</SoporteId>
</TecnoClubController.CrearSoporteMensajeDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.