POST api/Mycart
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CarritoResultado| Name | Description | Type | Additional information |
|---|---|---|---|
| moneda | string |
None. |
|
| totalPublico | decimal number |
None. |
|
| totalNeto | decimal number |
None. |
|
| totalPublicoPromo | decimal number |
None. |
|
| aplicaApartado | integer |
None. |
|
| totalApartado | decimal number |
None. |
|
| totalApartadoPagoDestino | decimal number |
None. |
|
| fechaLimitePago | string |
None. |
|
| fechaMinima | string |
None. |
|
| aplicaCancelacion | integer |
None. |
|
| fechaLimiteCancelacion | string |
None. |
|
| puntosMD | decimal number |
None. |
|
| detalleServicio | Collection of detalleServicio |
None. |
|
| tiposPago | Collection of TiposDePago |
None. |
|
| BancosParticipantes | Collection of BancosParticipantes |
None. |
|
| TiendasDePago | Collection of TiendasParticipantes |
None. |
|
| UsuarioLogeado | UsuarioLogeado |
None. |
|
| motivosViaje | Collection of MotivosViaje |
None. |
|
| codigoError | integer |
None. |
|
| descError | string |
None. |
|
| tipoInter | integer |
None. |
|
| AplicaMembresiaCheckout | boolean |
None. |
|
| AplicaMeta | boolean |
None. |
|
| planRs | PlanRS |
None. |
Response Formats
application/json, text/json
Sample:
{
"moneda": "sample string 1",
"totalPublico": 2.1,
"totalNeto": 3.1,
"totalPublicoPromo": 4.1,
"aplicaApartado": 5,
"totalApartado": 6.1,
"totalApartadoPagoDestino": 7.1,
"fechaLimitePago": "sample string 8",
"fechaMinima": "sample string 9",
"aplicaCancelacion": 10,
"fechaLimiteCancelacion": "sample string 11",
"puntosMD": 12.1,
"detalleServicio": [
{
"$id": "2",
"indexcarrito": 1,
"tipo": "sample string 2",
"ServicioId": 3,
"PaqueteId": 4,
"HotelId": 5,
"nombre": "sample string 6",
"estrellas": "sample string 7",
"habitacion": "sample string 8",
"imagen": "sample string 9",
"habitacionEsNoReembolsable": 10,
"plan": "sample string 11",
"fechaInicial": "sample string 12",
"fechaFinal": "sample string 13",
"Adultos": 14,
"Ninos": 15,
"Noches": 16,
"Cuartos": 17,
"checkIn": "sample string 18",
"checkOut": "sample string 19",
"tipoTraslado": "sample string 20",
"tipoViaje": "sample string 21",
"origen": "sample string 22",
"destino": "sample string 23",
"paquete": "sample string 24",
"totalPublico": 25.1,
"totalPublicoPromo": 26.1,
"totalPublicoMxn": 27.1,
"totalPublicoPromoMxn": 28.1,
"totalNeto": 29.1,
"keywordDestino": "sample string 30",
"aplicaNocheExtra": 31,
"aplicaPersonaExtra": 32,
"totalNocheExtra": 33.1,
"totalPersonaExtra": 34.1,
"maxAdultoExtra": 35,
"maxNinoExtra": 36,
"maxCapacidadExtra": 37,
"tipoExtra": "sample string 38",
"sujetoADisp": 39,
"aplicaPickUpHotel": 40,
"aplicaPuntoDeEncuentro": 41,
"puntosDeEncuentro": [
{
"$id": "3",
"Folio": 1,
"Nombre": "sample string 2",
"Direccion": "sample string 3",
"Latitud": "sample string 4",
"Longitud": "sample string 5"
},
{
"$ref": "3"
}
],
"Impuestos": 42.1,
"ErrorType": {
"$id": "4",
"Folio": 1,
"Codigo": 2,
"Titulo": "sample string 3",
"Mensaje": "sample string 4",
"MensajeInterno": "sample string 5"
},
"destinoid": 43,
"TotalDescuentoCheckout": 44.1
},
{
"$ref": "2"
}
],
"tiposPago": [
{
"$id": "5",
"nombre": "sample string 1",
"descripcion": "sample string 2",
"clave": "sample string 3",
"mesesAplica": [
{
"$id": "6",
"meses": 1,
"total": 2.1
},
{
"$ref": "6"
}
],
"orden": 4,
"metodosPago": [
{
"$id": "7",
"nombre": "sample string 1",
"descripcion": "sample string 2",
"clave": "sample string 3",
"orden": 4,
"garantia": 5
},
{
"$ref": "7"
}
]
},
{
"$ref": "5"
}
],
"BancosParticipantes": [
{
"$id": "8",
"clave": "sample string 1",
"descripcion": "sample string 2",
"aplicaMSI": 3,
"Icono": "sample string 4"
},
{
"$ref": "8"
}
],
"TiendasDePago": [
{
"$id": "9",
"clave": "sample string 1",
"descripcion": "sample string 2",
"Horarios": "sample string 3",
"Icono": "sample string 4",
"MontoMaximo": 5.1
},
{
"$ref": "9"
}
],
"UsuarioLogeado": {
"$id": "10",
"folio": 1,
"nombre": "sample string 2",
"apellido": "sample string 3",
"email": "sample string 4",
"telefono": "sample string 5",
"celular": "sample string 6",
"puntosMD": 7.1
},
"motivosViaje": [
{
"$id": "11",
"folio": "sample string 1",
"descripcion": "sample string 2"
},
{
"$ref": "11"
}
],
"codigoError": 13,
"descError": "sample string 14",
"tipoInter": 15,
"AplicaMembresiaCheckout": true,
"AplicaMeta": true,
"planRs": {
"$id": "12",
"Id": 1,
"PlanId": "sample string 2",
"Object": "sample string 3",
"LiveMode": true,
"CreatedAt": 5,
"Name": "sample string 6",
"Amount": 7,
"Currency": "sample string 8",
"Interval": "sample string 9",
"Frecuency": 10,
"TrialPeriodDays": 11,
"ExpiryCount": 12,
"Image": "sample string 13",
"RestrictionsDto": "sample string 14",
"InclusionsDto": "sample string 15",
"Restrictions": [
"sample string 1",
"sample string 2"
],
"Inclusions": [
"sample string 1",
"sample string 2"
],
"BestSeller": true,
"ClassName": "sample string 17",
"ApplyOnline": true
}
}