Mensaje tipo Ubicación
Developing
POST
https://apicorporativo.curbe.com.ec/api/WhatsappIntegration/send/message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apicorporativo.curbe.com.ec/api/WhatsappIntegration/send/message' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_number_to": "593999999999",
"ref_number_from": "593999999999",
"ref_whatssap_type": "location",
"ref_type_message": 3,
"location": {
"lat": "0000000000",
"lon": "0000000000",
"name": "city",
"address": "address"
}
}'
Response Response Example
{
"ref_code": 200,
"ref_message": "Mensaje enviado",
"ref_success": true,
"ref_data": null
}
Request
Body Params application/json
Responses
Modified at 2025-05-29 16:33:12