POST api/Pruebas
Request Information
URI Parameters
None.
Body Parameters
ParamCorreo| Name | Description | Type | Additional information |
|---|---|---|---|
| to | string |
None. |
|
| to_name | string |
None. |
|
| titulo | string |
None. |
|
| tipo | string |
None. |
|
| referencia | string |
None. |
|
| detalle | string |
None. |
|
| telefono | string |
None. |
|
| comentario | string |
None. |
|
| celular | string |
None. |
|
| total | string |
None. |
|
| clavepago | string |
None. |
|
| metodopago | string |
None. |
|
| tiposerv | string |
None. |
|
| folioVendedor | integer |
None. |
|
| bReservaExistente | boolean |
None. |
|
| fechaMinima | string |
None. |
|
| fechaLlegaCliente | string |
None. |
|
| esPrereserva | boolean |
None. |
|
| txtFechaLimiteDePago | string |
None. |
|
| txtFechaLimiteDePagoLetra | string |
None. |
|
| Prefijo | string |
None. |
|
| NombreComercial | string |
None. |
|
| UrlSitio | string |
None. |
|
| EmailFrom | string |
None. |
|
| EmailAfiliado | string |
None. |
|
| EmailBccAfiliado | string |
None. |
|
| TelReservacion | string |
None. |
|
| TelWhatsapp | string |
None. |
|
| TollFree | string |
None. |
|
| RestoDelMundo | string |
None. |
|
| ventaAClienteDirecto | boolean |
None. |
|
| AplicaCargoPaypal | boolean |
None. |
|
| AplicaCargosManual | boolean |
None. |
|
| AplicaPagoACredito | boolean |
None. |
|
| cReservacion_folio | integer |
None. |
|
| Coportunidadetapa_folio | integer |
None. |
|
| InsertarPagoEspecial | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"to": "sample string 1",
"to_name": "sample string 2",
"titulo": "sample string 3",
"tipo": "sample string 4",
"referencia": "sample string 5",
"detalle": "sample string 6",
"telefono": "sample string 7",
"comentario": "sample string 8",
"celular": "sample string 9",
"total": "sample string 10",
"clavepago": "sample string 11",
"metodopago": "sample string 12",
"tiposerv": "sample string 13",
"folioVendedor": 14,
"bReservaExistente": true,
"fechaMinima": "sample string 16",
"fechaLlegaCliente": "sample string 17",
"esPrereserva": true,
"txtFechaLimiteDePago": "sample string 19",
"txtFechaLimiteDePagoLetra": "sample string 20",
"Prefijo": "sample string 21",
"NombreComercial": "sample string 22",
"UrlSitio": "sample string 23",
"EmailFrom": "sample string 24",
"EmailAfiliado": "sample string 25",
"EmailBccAfiliado": "sample string 26",
"TelReservacion": "sample string 27",
"TelWhatsapp": "sample string 28",
"TollFree": "sample string 29",
"RestoDelMundo": "sample string 30",
"ventaAClienteDirecto": true,
"AplicaCargoPaypal": true,
"AplicaCargosManual": true,
"AplicaPagoACredito": true,
"cReservacion_folio": 35,
"Coportunidadetapa_folio": 36,
"InsertarPagoEspecial": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| Message | string |
None. |
|
| Id | integer |
None. |
|
| Response | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Folio": 1,
"Message": "sample string 2",
"Id": 3,
"Response": {
"$id": "2"
}
}