POST api/Whatsapp/EnviarMsg

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
mensaje
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "telefono": "sample string 1",
  "mensaje": "sample string 2",
  "tokenWP": "sample string 3",
  "idEmpresa": 4,
  "fechaInicio": "2026-07-29T12:55:29.2197238-05:00",
  "fechaFin": "2026-07-29T12:55:29.2197238-05:00",
  "pdfBytes": "QEBA",
  "imagenBytes": "QEBA",
  "fileName": "sample string 7",
  "urlImagen": "sample string 8"
}

application/xml, text/xml

Sample:
<ModelMsgWsp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Servicios.Models">
  <fechaFin>2026-07-29T12:55:29.2197238-05:00</fechaFin>
  <fechaInicio>2026-07-29T12:55:29.2197238-05:00</fechaInicio>
  <fileName>sample string 7</fileName>
  <idEmpresa>4</idEmpresa>
  <imagenBytes>QEBA</imagenBytes>
  <mensaje>sample string 2</mensaje>
  <pdfBytes>QEBA</pdfBytes>
  <telefono>sample string 1</telefono>
  <tokenWP>sample string 3</tokenWP>
  <urlImagen>sample string 8</urlImagen>
</ModelMsgWsp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>