POST api/WhatsApp/GenWhatsAppProcesarMensaje
Request Information
URI Parameters
None.
Body Parameters
WhatsAppRequestModelName | Description | Type | Additional information |
---|---|---|---|
auditoria | WhatsAppAuditoria |
None. |
|
messaging_product | string |
None. |
|
to | string |
None. |
|
type | string |
None. |
|
template | WhatsAppApiTemplate |
None. |
|
IsValid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "auditoria": { "FechaHoraEjec": "2025-07-05T22:52:44.0911228-03:00", "AudUsuario": "sample string 2", "AudFechaHora": "2025-07-05T22:52:44.0911228-03:00", "AudAccion": "sample string 4" }, "messaging_product": "sample string 1", "to": "sample string 2", "type": "sample string 3", "template": { "name": "sample string 1", "language": { "code": "sample string 1", "policy": "sample string 2" }, "components": [ { "type": "sample string 1", "parameters": [ { "type": "sample string 1", "text": "sample string 2", "image": { "link": "sample string 1" } }, { "type": "sample string 1", "text": "sample string 2", "image": { "link": "sample string 1" } } ] }, { "type": "sample string 1", "parameters": [ { "type": "sample string 1", "text": "sample string 2", "image": { "link": "sample string 1" } }, { "type": "sample string 1", "text": "sample string 2", "image": { "link": "sample string 1" } } ] } ] }, "IsValid": false }
Response Information
Resource Description
MensajeRespuestaName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
Texto | string |
None. |
|
DatoExtra | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "Texto": "sample string 2", "DatoExtra": "sample string 3" }