swagger: '2.0' info: title: "Apps Gas" version: "20220427184153" host: appgastestiosrgc.proglp.com.mx schemes: - https basePath: //rest produces: - application/json paths: /CliAPPUbi/{idRegUbi}: get: tags: - CliAPPUbi operationId: "GetCliAPPUbi" summary: "Gets a CliAPPUbi" parameters: - name: "idRegUbi" in: "path" description: "Id de la ubicacion" required: true type: "integer" format: "int64" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/CliAPPUbi" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" post: tags: - CliAPPUbi operationId: "InsertCliAPPUbi" summary: "Inserts a CliAPPUbi" parameters: - name: "idRegUbi" in: "path" description: "Id de la ubicacion" required: true type: "integer" format: "int64" - name: "CliAPPUbi" in: "body" description: "SDT of CliAPPUbi" required: false schema: $ref: "#/definitions/CliAPPUbi" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/CliAPPUbi" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 201: description: "Created" schema: $ref: "#/definitions/CliAPPUbi" put: tags: - CliAPPUbi operationId: "UpdateCliAPPUbi" summary: "Updates a CliAPPUbi" parameters: - name: "idRegUbi" in: "path" description: "Id de la ubicacion" required: true type: "integer" format: "int64" - name: "CliAPPUbi" in: "body" description: "SDT of CliAPPUbi" required: true schema: $ref: "#/definitions/CliAPPUbi" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/CliAPPUbi" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 409: description: "CliAPPUbi was changed" delete: tags: - CliAPPUbi operationId: "DeleteCliAPPUbi" summary: "Deletes a CliAPPUbi" parameters: - name: "idRegUbi" in: "path" description: "Id de la ubicacion" required: true type: "integer" format: "int64" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/CliAPPUbi" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 204: description: "Successful operation" schema: $ref: "#/definitions/CliAPPUbi" /ClienteAPP/{CliAppId}: get: tags: - ClienteAPP operationId: "GetClienteAPP" summary: "Gets a ClienteAPP" parameters: - name: "CliAppId" in: "path" description: "Id del cliente" required: true type: "integer" format: "int64" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ClienteAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" post: tags: - ClienteAPP operationId: "InsertClienteAPP" summary: "Inserts a ClienteAPP" parameters: - name: "CliAppId" in: "path" description: "Id del cliente" required: true type: "integer" format: "int64" - name: "ClienteAPP" in: "body" description: "SDT of ClienteAPP" required: false schema: $ref: "#/definitions/ClienteAPP" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ClienteAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 201: description: "Created" schema: $ref: "#/definitions/ClienteAPP" put: tags: - ClienteAPP operationId: "UpdateClienteAPP" summary: "Updates a ClienteAPP" parameters: - name: "CliAppId" in: "path" description: "Id del cliente" required: true type: "integer" format: "int64" - name: "ClienteAPP" in: "body" description: "SDT of ClienteAPP" required: true schema: $ref: "#/definitions/ClienteAPP" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ClienteAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 409: description: "ClienteAPP was changed" delete: tags: - ClienteAPP operationId: "DeleteClienteAPP" summary: "Deletes a ClienteAPP" parameters: - name: "CliAppId" in: "path" description: "Id del cliente" required: true type: "integer" format: "int64" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ClienteAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 204: description: "Successful operation" schema: $ref: "#/definitions/ClienteAPP" /DispCliAPP/{DeviceType},{DeviceId}: get: tags: - DispCliAPP operationId: "GetDispCliAPP" summary: "Gets a DispCliAPP" parameters: - name: "DeviceType" in: "path" description: "Tipo de dispositivo" required: true type: "integer" format: "int32"- name: "DeviceId" in: "path" description: "Id de dispositivo" required: true type: "string" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/DispCliAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" post: tags: - DispCliAPP operationId: "InsertDispCliAPP" summary: "Inserts a DispCliAPP" parameters: - name: "DeviceType" in: "path" description: "Tipo de dispositivo" required: true type: "integer" format: "int32"- name: "DeviceId" in: "path" description: "Id de dispositivo" required: true type: "string" - name: "DispCliAPP" in: "body" description: "SDT of DispCliAPP" required: false schema: $ref: "#/definitions/DispCliAPP" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/DispCliAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 201: description: "Created" schema: $ref: "#/definitions/DispCliAPP" put: tags: - DispCliAPP operationId: "UpdateDispCliAPP" summary: "Updates a DispCliAPP" parameters: - name: "DeviceType" in: "path" description: "Tipo de dispositivo" required: true type: "integer" format: "int32"- name: "DeviceId" in: "path" description: "Id de dispositivo" required: true type: "string" - name: "DispCliAPP" in: "body" description: "SDT of DispCliAPP" required: true schema: $ref: "#/definitions/DispCliAPP" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/DispCliAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 409: description: "DispCliAPP was changed" delete: tags: - DispCliAPP operationId: "DeleteDispCliAPP" summary: "Deletes a DispCliAPP" parameters: - name: "DeviceType" in: "path" description: "Tipo de dispositivo" required: true type: "integer" format: "int32"- name: "DeviceId" in: "path" description: "Id de dispositivo" required: true type: "string" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/DispCliAPP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 204: description: "Successful operation" schema: $ref: "#/definitions/DispCliAPP" /HisPedClAP/{HisPedAPId}: get: tags: - HisPedClAP operationId: "GetHisPedClAP" summary: "Gets a HisPedClAP" parameters: - name: "HisPedAPId" in: "path" description: "Id historico" required: true type: "integer" format: "int64" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/HisPedClAP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" post: tags: - HisPedClAP operationId: "InsertHisPedClAP" summary: "Inserts a HisPedClAP" parameters: - name: "HisPedAPId" in: "path" description: "Id historico" required: true type: "integer" format: "int64" - name: "HisPedClAP" in: "body" description: "SDT of HisPedClAP" required: false schema: $ref: "#/definitions/HisPedClAP" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/HisPedClAP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 201: description: "Created" schema: $ref: "#/definitions/HisPedClAP" put: tags: - HisPedClAP operationId: "UpdateHisPedClAP" summary: "Updates a HisPedClAP" parameters: - name: "HisPedAPId" in: "path" description: "Id historico" required: true type: "integer" format: "int64" - name: "HisPedClAP" in: "body" description: "SDT of HisPedClAP" required: true schema: $ref: "#/definitions/HisPedClAP" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/HisPedClAP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 409: description: "HisPedClAP was changed" delete: tags: - HisPedClAP operationId: "DeleteHisPedClAP" summary: "Deletes a HisPedClAP" parameters: - name: "HisPedAPId" in: "path" description: "Id historico" required: true type: "integer" format: "int64" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/HisPedClAP" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 204: description: "Successful operation" schema: $ref: "#/definitions/HisPedClAP" /TmpSms/{ComNumRem},{ConTelSMS},{MerNumSMS},{ConNumSMS},{FechaSMS},{HoraSMS}: get: tags: - TmpSms operationId: "GetTmpSms" summary: "Gets a TmpSms" parameters: - name: "ComNumRem" in: "path" description: "Compañía para captura de remisión" required: true type: "integer" format: "int32"- name: "ConTelSMS" in: "path" description: "Telefono SMS por enviar" required: true type: "integer" format: "int64"- name: "MerNumSMS" in: "path" description: "Mercado" required: true type: "integer" format: "int32"- name: "ConNumSMS" in: "path" description: "Contrato" required: true type: "integer" format: "int64"- name: "FechaSMS" in: "path" description: "Fecha SMS" required: true type: "string" format: "date"- name: "HoraSMS" in: "path" description: "Hora SMS" required: true type: "string" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/TmpSms" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" post: tags: - TmpSms operationId: "InsertTmpSms" summary: "Inserts a TmpSms" parameters: - name: "ComNumRem" in: "path" description: "Compañía para captura de remisión" required: true type: "integer" format: "int32"- name: "ConTelSMS" in: "path" description: "Telefono SMS por enviar" required: true type: "integer" format: "int64"- name: "MerNumSMS" in: "path" description: "Mercado" required: true type: "integer" format: "int32"- name: "ConNumSMS" in: "path" description: "Contrato" required: true type: "integer" format: "int64"- name: "FechaSMS" in: "path" description: "Fecha SMS" required: true type: "string" format: "date"- name: "HoraSMS" in: "path" description: "Hora SMS" required: true type: "string" - name: "TmpSms" in: "body" description: "SDT of TmpSms" required: false schema: $ref: "#/definitions/TmpSms" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/TmpSms" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 201: description: "Created" schema: $ref: "#/definitions/TmpSms" put: tags: - TmpSms operationId: "UpdateTmpSms" summary: "Updates a TmpSms" parameters: - name: "ComNumRem" in: "path" description: "Compañía para captura de remisión" required: true type: "integer" format: "int32"- name: "ConTelSMS" in: "path" description: "Telefono SMS por enviar" required: true type: "integer" format: "int64"- name: "MerNumSMS" in: "path" description: "Mercado" required: true type: "integer" format: "int32"- name: "ConNumSMS" in: "path" description: "Contrato" required: true type: "integer" format: "int64"- name: "FechaSMS" in: "path" description: "Fecha SMS" required: true type: "string" format: "date"- name: "HoraSMS" in: "path" description: "Hora SMS" required: true type: "string" - name: "TmpSms" in: "body" description: "SDT of TmpSms" required: true schema: $ref: "#/definitions/TmpSms" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/TmpSms" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 409: description: "TmpSms was changed" delete: tags: - TmpSms operationId: "DeleteTmpSms" summary: "Deletes a TmpSms" parameters: - name: "ComNumRem" in: "path" description: "Compañía para captura de remisión" required: true type: "integer" format: "int32"- name: "ConTelSMS" in: "path" description: "Telefono SMS por enviar" required: true type: "integer" format: "int64"- name: "MerNumSMS" in: "path" description: "Mercado" required: true type: "integer" format: "int32"- name: "ConNumSMS" in: "path" description: "Contrato" required: true type: "integer" format: "int64"- name: "FechaSMS" in: "path" description: "Fecha SMS" required: true type: "string" format: "date"- name: "HoraSMS" in: "path" description: "Hora SMS" required: true type: "string" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/TmpSms" 404: description: "Data with the specified key could not be found" schema: $ref: "#/definitions/GxJsonError" 400: description: "Bad request" schema: $ref: "#/definitions/GxJsonError" 500: description: "Internal server error" schema: $ref: "#/definitions/GxJsonError" 204: description: "Successful operation" schema: $ref: "#/definitions/TmpSms" /AddClienteAndLocation: post: tags: - AddClienteAndLocation operationId: "AddClienteAndLocation" summary: "Procedure para registrar todos los datos del cliente y ligarlo a un dispositivo" parameters: - name: "AddClienteAndLocationInput" in: "body" required: false schema: $ref: "#/definitions/AddClienteAndLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/AddClienteAndLocationOutput" 404: description: "Not found" /AddDays: post: tags: - AddDays operationId: "AddDays" summary: "Add Days" parameters: - name: "AddDaysInput" in: "body" required: false schema: $ref: "#/definitions/AddDaysInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/AddDaysOutput" 404: description: "Not found" /AddExtraLocation: post: tags: - AddExtraLocation operationId: "AddExtraLocation" summary: "Procedure para añadir mas ubicaciones a un cliente" parameters: - name: "AddExtraLocationInput" in: "body" required: false schema: $ref: "#/definitions/AddExtraLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/AddExtraLocationOutput" 404: description: "Not found" /AddOrderToTray: post: tags: - AddOrderToTray operationId: "AddOrderToTray" summary: "Procedure para agregar un pedido a la bandeja, y guardarlo historicamente " parameters: - name: "AddOrderToTrayInput" in: "body" required: false schema: $ref: "#/definitions/AddOrderToTrayInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/AddOrderToTrayOutput" 404: description: "Not found" /CalcularIVAOrdenFinal: post: tags: - CalcularIVAOrdenFinal operationId: "CalcularIVAOrdenFinal" summary: "Procedure para hacer los calculos de iva por empresa" parameters: - name: "CalcularIVAOrdenFinalInput" in: "body" required: false schema: $ref: "#/definitions/CalcularIVAOrdenFinalInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/CalcularIVAOrdenFinalOutput" 404: description: "Not found" /CollectLocations: post: tags: - CollectLocations operationId: "CollectLocations" summary: "Procedure para traer las ubicaciones de un cliente" parameters: - name: "CollectLocationsInput" in: "body" required: false schema: $ref: "#/definitions/CollectLocationsInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/CollectLocationsOutput" 404: description: "Not found" /DeleteLocation: post: tags: - DeleteLocation operationId: "DeleteLocation" summary: "Procedure para borrar la ubicacion fisicamente si no hay historial de esa ubicacion, o borrado logico por si hay 1 o mas registros de historial" parameters: - name: "DeleteLocationInput" in: "body" required: false schema: $ref: "#/definitions/DeleteLocationInput" responses: 200: description: "Successful operation" 404: description: "Not found" /GeocodingService: post: tags: - GeocodingService operationId: "GeocodingService" summary: "Procedimiento para la busqueda de direcciones en base a una direccion" parameters: - name: "GeocodingServiceInput" in: "body" required: false schema: $ref: "#/definitions/GeocodingServiceInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GeocodingServiceOutput" 404: description: "Not found" /GetAvisPriv: post: tags: - GetAvisPriv operationId: "GetAvisPriv" summary: "Obtener aviso de privacidad" parameters: - name: "GetAvisPrivInput" in: "body" required: false schema: $ref: "#/definitions/GetAvisPrivInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetAvisPrivOutput" 404: description: "Not found" /GetCliente: post: tags: - GetCliente operationId: "GetCliente" summary: "Procedure para logear al usuario y filtrarlo con Id del dispositivo" parameters: - name: "GetClienteInput" in: "body" required: false schema: $ref: "#/definitions/GetClienteInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetClienteOutput" 404: description: "Not found" /GetClientebyID: post: tags: - GetClientebyID operationId: "GetClientebyID" summary: "Obtiene cliente con el ID de un usuario ya conectado" parameters: - name: "GetClientebyIDInput" in: "body" required: false schema: $ref: "#/definitions/GetClientebyIDInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetClientebyIDOutput" 404: description: "Not found" /GetClienteContratos: post: tags: - GetClienteContratos operationId: "GetClienteContratos" summary: "Procedure para traer el tipo de contrato para indicar que imagenes mostrar en la pantalla de inicio" parameters: - name: "GetClienteContratosInput" in: "body" required: false schema: $ref: "#/definitions/GetClienteContratosInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetClienteContratosOutput" 404: description: "Not found" /GetClienteInfo: post: tags: - GetClienteInfo operationId: "GetClienteInfo" summary: "Procedure para obtener toda la información para actualizar al cliente" parameters: - name: "GetClienteInfoInput" in: "body" required: false schema: $ref: "#/definitions/GetClienteInfoInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetClienteInfoOutput" 404: description: "Not found" /GetCoberturaOtherFilial: post: tags: - GetCoberturaOtherFilial operationId: "GetCoberturaOtherFilial" summary: "Get Cobertura Other Filial" parameters: - name: "GetCoberturaOtherFilialInput" in: "body" required: false schema: $ref: "#/definitions/GetCoberturaOtherFilialInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetCoberturaOtherFilialOutput" 404: description: "Not found" /GetComNumRem: post: tags: - GetComNumRem operationId: "GetComNumRem" summary: "Get Com Num Rem" parameters: - name: "GetComNumRemInput" in: "body" required: false schema: $ref: "#/definitions/GetComNumRemInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetComNumRemOutput" 404: description: "Not found" /GetContrato: post: tags: - GetContrato operationId: "GetContrato" summary: "Procedure para obtener información de un contrato" parameters: - name: "GetContratoInput" in: "body" required: false schema: $ref: "#/definitions/GetContratoInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetContratoOutput" 404: description: "Not found" /GetCurrentLocation: post: tags: - GetCurrentLocation operationId: "GetCurrentLocation" summary: "Procedure para obtener la ubicacion seleccionada" parameters: - name: "GetCurrentLocationInput" in: "body" required: false schema: $ref: "#/definitions/GetCurrentLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetCurrentLocationOutput" 404: description: "Not found" /GetDataByTipVenta: post: tags: - GetDataByTipVenta operationId: "GetDataByTipVenta" summary: "Get Data By Tip Venta" parameters: - name: "GetDataByTipVentaInput" in: "body" required: false schema: $ref: "#/definitions/GetDataByTipVentaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetDataByTipVentaOutput" 404: description: "Not found" /GetDataCompania: post: tags: - GetDataCompania operationId: "GetDataCompania" summary: "Get Data Compania" parameters: - name: "GetDataCompaniaInput" in: "body" required: false schema: $ref: "#/definitions/GetDataCompaniaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetDataCompaniaOutput" 404: description: "Not found" /GetHours: post: tags: - GetHours operationId: "GetHours" summary: "Obtener las horas disponibles para mostrar en el combo" parameters: - name: "GetHoursInput" in: "body" required: false schema: $ref: "#/definitions/GetHoursInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetHoursOutput" 404: description: "Not found" /GetLastAddedLocation: post: tags: - GetLastAddedLocation operationId: "GetLastAddedLocation" summary: "Consigue la ultima ubicación agregada" parameters: - name: "GetLastAddedLocationInput" in: "body" required: false schema: $ref: "#/definitions/GetLastAddedLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetLastAddedLocationOutput" 404: description: "Not found" /GetLitroByImporte: post: tags: - GetLitroByImporte operationId: "GetLitroByImporte" summary: "Calcula el litro con el importe dado" parameters: - name: "GetLitroByImporteInput" in: "body" required: false schema: $ref: "#/definitions/GetLitroByImporteInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetLitroByImporteOutput" 404: description: "Not found" /GetLocationbyId: post: tags: - GetLocationbyId operationId: "GetLocationbyId" summary: "Obtiene ubicacion por medio de ID" parameters: - name: "GetLocationbyIdInput" in: "body" required: false schema: $ref: "#/definitions/GetLocationbyIdInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetLocationbyIdOutput" 404: description: "Not found" /GetLocations: post: tags: - GetLocations operationId: "GetLocations" summary: "Obtiene ubicaciones y trae ID" parameters: - name: "GetLocationsInput" in: "body" required: false schema: $ref: "#/definitions/GetLocationsInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetLocationsOutput" 404: description: "Not found" /GetMercadoRuta: post: tags: - GetMercadoRuta operationId: "GetMercadoRuta" summary: "Get Mercado Ruta" parameters: - name: "GetMercadoRutaInput" in: "body" required: false schema: $ref: "#/definitions/GetMercadoRutaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetMercadoRutaOutput" 404: description: "Not found" /GetMercadoRutaNuevoCrit: post: tags: - GetMercadoRutaNuevoCrit operationId: "GetMercadoRutaNuevoCrit" summary: "Nuevo criterio para busqueda de ruta y mercado" parameters: - name: "GetMercadoRutaNuevoCritInput" in: "body" required: false schema: $ref: "#/definitions/GetMercadoRutaNuevoCritInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetMercadoRutaNuevoCritOutput" 404: description: "Not found" /GetOrderReciente: post: tags: - GetOrderReciente operationId: "GetOrderReciente" summary: "Get Order Reciente" parameters: - name: "GetOrderRecienteInput" in: "body" required: false schema: $ref: "#/definitions/GetOrderRecienteInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetOrderRecienteOutput" 404: description: "Not found" /GetOrdersNotPush: post: tags: - GetOrdersNotPush operationId: "GetOrdersNotPush" summary: "Obtiene ultimo pedido con notificacion" parameters: - name: "GetOrdersNotPushInput" in: "body" required: false schema: $ref: "#/definitions/GetOrdersNotPushInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetOrdersNotPushOutput" 404: description: "Not found" /GetPedidoById: post: tags: - GetPedidoById operationId: "GetPedidoById" summary: "Get Pedido By Id" parameters: - name: "GetPedidoByIdInput" in: "body" required: false schema: $ref: "#/definitions/GetPedidoByIdInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetPedidoByIdOutput" 404: description: "Not found" /GetPedidosHistoricos: post: tags: - GetPedidosHistoricos operationId: "GetPedidosHistoricos" summary: "Procedure para encontrar todos los pedidos realizados con la APP y visualizarlos" parameters: - name: "GetPedidosHistoricosInput" in: "body" required: false schema: $ref: "#/definitions/GetPedidosHistoricosInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetPedidosHistoricosOutput" 404: description: "Not found" /GetPedidosProximos: post: tags: - GetPedidosProximos operationId: "GetPedidosProximos" summary: "Procedure para conseguir los pedidos que aun no han sido entregados" parameters: - name: "GetPedidosProximosInput" in: "body" required: false schema: $ref: "#/definitions/GetPedidosProximosInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetPedidosProximosOutput" 404: description: "Not found" /GetPrecioImporte: post: tags: - GetPrecioImporte operationId: "GetPrecioImporte" summary: "Procedure para calcular el importe con el precio por litro de la zona" parameters: - name: "GetPrecioImporteInput" in: "body" required: false schema: $ref: "#/definitions/GetPrecioImporteInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetPrecioImporteOutput" 404: description: "Not found" /GetPrecioLtRuta: post: tags: - GetPrecioLtRuta operationId: "GetPrecioLtRuta" summary: "Obtiene el precio del litro por la ruta " parameters: - name: "GetPrecioLtRutaInput" in: "body" required: false schema: $ref: "#/definitions/GetPrecioLtRutaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetPrecioLtRutaOutput" 404: description: "Not found" /GetSetPassword: post: tags: - GetSetPassword operationId: "GetSetPassword" summary: "Procedure para encontrar la contraseña y actualizarla" parameters: - name: "GetSetPasswordInput" in: "body" required: false schema: $ref: "#/definitions/GetSetPasswordInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetSetPasswordOutput" 404: description: "Not found" /GetTipoRuta: post: tags: - GetTipoRuta operationId: "GetTipoRuta" summary: "Consigue el tipo de ruta si es RL o ganar ganar" parameters: - name: "GetTipoRutaInput" in: "body" required: false schema: $ref: "#/definitions/GetTipoRutaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GetTipoRutaOutput" 404: description: "Not found" /GxAfterEventReplicator: post: tags: - GxAfterEventReplicator operationId: "GxAfterEventReplicator" summary: "Gx After Event Replicator" parameters: - name: "GxAfterEventReplicatorInput" in: "body" required: false schema: $ref: "#/definitions/GxAfterEventReplicatorInput" responses: 200: description: "Successful operation" 404: description: "Not found" /GxOnPendingEventFailed: post: tags: - GxOnPendingEventFailed operationId: "GxOnPendingEventFailed" summary: "Gx On Pending Event Failed" parameters: - name: "GxOnPendingEventFailedInput" in: "body" required: false schema: $ref: "#/definitions/GxOnPendingEventFailedInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/GxOnPendingEventFailedOutput" 404: description: "Not found" /InsAgenDomPed: post: tags: - InsAgenDomPed operationId: "InsAgenDomPed" summary: "Inserta pedido domingo o programado" parameters: - name: "InsAgenDomPedInput" in: "body" required: false schema: $ref: "#/definitions/InsAgenDomPedInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/InsAgenDomPedOutput" 404: description: "Not found" /IsNotificacionFPE: post: tags: - IsNotificacionFPE operationId: "IsNotificacionFPE" summary: "Proceso para verificar si es una notificación de FPE" parameters: - name: "IsNotificacionFPEInput" in: "body" required: false schema: $ref: "#/definitions/IsNotificacionFPEInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/IsNotificacionFPEOutput" 404: description: "Not found" /LoadMainLocation: post: tags: - LoadMainLocation operationId: "LoadMainLocation" summary: "Procedure para encontrar la ubicación principal y dar un rápido llenado de datos" parameters: - name: "LoadMainLocationInput" in: "body" required: false schema: $ref: "#/definitions/LoadMainLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/LoadMainLocationOutput" 404: description: "Not found" /LocationInstruction: post: tags: - LocationInstruction operationId: "LocationInstruction" summary: "Location Instruction" parameters: - name: "LocationInstructionInput" in: "body" required: false schema: $ref: "#/definitions/LocationInstructionInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/LocationInstructionOutput" 404: description: "Not found" /LocationUseFirstTimeEstacionario: post: tags: - LocationUseFirstTimeEstacionario operationId: "LocationUseFirstTimeEstacionario" summary: "Procedure para validar si es la primera vez que se usa la ubicacion para levantar un pedido y asignarle la ruta en estacionario" parameters: - name: "LocationUseFirstTimeEstacionarioInput" in: "body" required: false schema: $ref: "#/definitions/LocationUseFirstTimeEstacionarioInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/LocationUseFirstTimeEstacionarioOutput" 404: description: "Not found" /LocationUseFirstTimePortatil: post: tags: - LocationUseFirstTimePortatil operationId: "LocationUseFirstTimePortatil" summary: "Procedure para validar si es la primera vez que se usa la ubicacion para levantar un pedido y asignarle la ruta en portatil" parameters: - name: "LocationUseFirstTimePortatilInput" in: "body" required: false schema: $ref: "#/definitions/LocationUseFirstTimePortatilInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/LocationUseFirstTimePortatilOutput" 404: description: "Not found" /LoginClientToDevice: post: tags: - LoginClientToDevice operationId: "LoginClientToDevice" summary: "Procedure solo para actualizar el ID del cliente en la tabla de dispositivos" parameters: - name: "LoginClientToDeviceInput" in: "body" required: false schema: $ref: "#/definitions/LoginClientToDeviceInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/LoginClientToDeviceOutput" 404: description: "Not found" /MainLocation: post: tags: - MainLocation operationId: "MainLocation" summary: "Procedure para hacer una ubicación principal y actualizar las demás" parameters: - name: "MainLocationInput" in: "body" required: false schema: $ref: "#/definitions/MainLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/MainLocationOutput" 404: description: "Not found" /MakeOnlineOrOffline: post: tags: - MakeOnlineOrOffline operationId: "MakeOnlineOrOffline" summary: "Procedure para identificar que dispositivos están ligados a una cuenta" parameters: - name: "MakeOnlineOrOfflineInput" in: "body" required: false schema: $ref: "#/definitions/MakeOnlineOrOfflineInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/MakeOnlineOrOfflineOutput" 404: description: "Not found" /NotificationsRegistrationHandler: post: tags: - NotificationsRegistrationHandler operationId: "NotificationsRegistrationHandler" summary: "Notifications Registration Handler" parameters: - name: "NotificationsRegistrationHandlerInput" in: "body" required: false schema: $ref: "#/definitions/NotificationsRegistrationHandlerInput" responses: 200: description: "Successful operation" 404: description: "Not found" /PasswordReset: post: tags: - PasswordReset operationId: "PasswordReset" summary: "Procedure para empezar el envió de la contraseña de nuevo" parameters: - name: "PasswordResetInput" in: "body" required: false schema: $ref: "#/definitions/PasswordResetInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/PasswordResetOutput" 404: description: "Not found" /PEditLocation: post: tags: - PEditLocation operationId: "PEditLocation" summary: "Consigue ubicacion para panel de editar " parameters: - name: "PEditLocationInput" in: "body" required: false schema: $ref: "#/definitions/PEditLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/PEditLocationOutput" 404: description: "Not found" /PEditLocationUpdate: post: tags: - PEditLocationUpdate operationId: "PEditLocationUpdate" summary: "Actualiza la ubicación" parameters: - name: "PEditLocationUpdateInput" in: "body" required: false schema: $ref: "#/definitions/PEditLocationUpdateInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/PEditLocationUpdateOutput" 404: description: "Not found" /PedNotificationsPush: post: tags: - PedNotificationsPush operationId: "PedNotificationsPush" summary: "Pedidos Notifications Push" responses: 200: description: "Successful operation" 404: description: "Not found" /prepareChatRoom: post: tags: - prepareChatRoom operationId: "prepareChatRoom" summary: "prepare Chat Room" parameters: - name: "prepareChatRoomInput" in: "body" required: false schema: $ref: "#/definitions/prepareChatRoomInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/prepareChatRoomOutput" 404: description: "Not found" /prepareSendMessage: post: tags: - prepareSendMessage operationId: "prepareSendMessage" summary: "prepare Send Message" parameters: - name: "prepareSendMessageInput" in: "body" required: false schema: $ref: "#/definitions/prepareSendMessageInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/prepareSendMessageOutput" 404: description: "Not found" /Prueba: post: tags: - Prueba operationId: "Prueba" summary: "Prueba" parameters: - name: "PruebaInput" in: "body" required: false schema: $ref: "#/definitions/PruebaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/PruebaOutput" 404: description: "Not found" /pruebageo: post: tags: - pruebageo operationId: "pruebageo" summary: "" parameters: - name: "pruebageoInput" in: "body" required: false schema: $ref: "#/definitions/pruebageoInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/pruebageoOutput" 404: description: "Not found" /SavedDevicesCheckAndroid: post: tags: - SavedDevicesCheckAndroid operationId: "SavedDevicesCheckAndroid" summary: "Procedure para consultar si un dispositivo ya está guardado" parameters: - name: "SavedDevicesCheckAndroidInput" in: "body" required: false schema: $ref: "#/definitions/SavedDevicesCheckAndroidInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SavedDevicesCheckAndroidOutput" 404: description: "Not found" /SendPush: post: tags: - SendPush operationId: "SendPush" summary: "Send Push" responses: 200: description: "Successful operation" 404: description: "Not found" /sendPushNotificationSMIG: post: tags: - sendPushNotificationSMIG operationId: "sendPushNotificationSMIG" summary: "send Push Notification SMIG" parameters: - name: "sendPushNotificationSMIGInput" in: "body" required: false schema: $ref: "#/definitions/sendPushNotificationSMIGInput" responses: 200: description: "Successful operation" 404: description: "Not found" /SetCilindrosField: post: tags: - SetCilindrosField operationId: "SetCilindrosField" summary: "Procedure para concatenar el campo de cilindros solicitados" parameters: - name: "SetCilindrosFieldInput" in: "body" required: false schema: $ref: "#/definitions/SetCilindrosFieldInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SetCilindrosFieldOutput" 404: description: "Not found" /SetEmpty: post: tags: - SetEmpty operationId: "SetEmpty" summary: "Set Empty" parameters: - name: "SetEmptyInput" in: "body" required: false schema: $ref: "#/definitions/SetEmptyInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SetEmptyOutput" 404: description: "Not found" /SetTime: post: tags: - SetTime operationId: "SetTime" summary: "Pone la hora actual" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SetTimeOutput" 404: description: "Not found" /SetTimeSuggested: post: tags: - SetTimeSuggested operationId: "SetTimeSuggested" summary: "Procedure para settear la hora sugerida" parameters: - name: "SetTimeSuggestedInput" in: "body" required: false schema: $ref: "#/definitions/SetTimeSuggestedInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SetTimeSuggestedOutput" 404: description: "Not found" /SetToday: post: tags: - SetToday operationId: "SetToday" summary: "Set Today" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SetTodayOutput" 404: description: "Not found" /SetTotalCilindros: post: tags: - SetTotalCilindros operationId: "SetTotalCilindros" summary: "Procedure para settear el total cada que se cambia el valor de las cantidades" parameters: - name: "SetTotalCilindrosInput" in: "body" required: false schema: $ref: "#/definitions/SetTotalCilindrosInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SetTotalCilindrosOutput" 404: description: "Not found" /SetTotalLitros: post: tags: - SetTotalLitros operationId: "SetTotalLitros" summary: "Procedure para calcular el importe total de litros" parameters: - name: "SetTotalLitrosInput" in: "body" required: false schema: $ref: "#/definitions/SetTotalLitrosInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/SetTotalLitrosOutput" 404: description: "Not found" /TilesData: get: tags: - TilesData operationId: "TilesData" summary: "Tiles Data" responses: 200: description: "Successful operation" schema: type: array items: $ref: "#/definitions/TileSDT" 404: description: "Not found" /TraeMercados: post: tags: - TraeMercados operationId: "TraeMercados" summary: "Trae Mercados" parameters: - name: "TraeMercadosInput" in: "body" required: false schema: $ref: "#/definitions/TraeMercadosInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/TraeMercadosOutput" 404: description: "Not found" /UpdateCliente: post: tags: - UpdateCliente operationId: "UpdateCliente" summary: "Procedure para actualizar la información de un cliente" parameters: - name: "UpdateClienteInput" in: "body" required: false schema: $ref: "#/definitions/UpdateClienteInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/UpdateClienteOutput" 404: description: "Not found" /UpdateLocation: post: tags: - UpdateLocation operationId: "UpdateLocation" summary: "Update Location" parameters: - name: "UpdateLocationInput" in: "body" required: false schema: $ref: "#/definitions/UpdateLocationInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/UpdateLocationOutput" 404: description: "Not found" /UpdatePedido: post: tags: - UpdatePedido operationId: "UpdatePedido" summary: "Modificar Pedido" parameters: - name: "UpdatePedidoInput" in: "body" required: false schema: $ref: "#/definitions/UpdatePedidoInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/UpdatePedidoOutput" 404: description: "Not found" /UpdateStsTmpSms: post: tags: - UpdateStsTmpSms operationId: "UpdateStsTmpSms" summary: "Actualiza estado y fechas de envio de sms" parameters: - name: "UpdateStsTmpSmsInput" in: "body" required: false schema: $ref: "#/definitions/UpdateStsTmpSmsInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/UpdateStsTmpSmsOutput" 404: description: "Not found" /ValidacionSMS: post: tags: - ValidacionSMS operationId: "ValidacionSMS" summary: "Procedure para validar celular en tiempo real con SMS para registro" parameters: - name: "ValidacionSMSInput" in: "body" required: false schema: $ref: "#/definitions/ValidacionSMSInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidacionSMSOutput" 404: description: "Not found" /ValidateCliente: post: tags: - ValidateCliente operationId: "ValidateCliente" summary: "Procedure para verificar si ya existe un usuario con el correo y numero celular" parameters: - name: "ValidateClienteInput" in: "body" required: false schema: $ref: "#/definitions/ValidateClienteInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateClienteOutput" 404: description: "Not found" /ValidateContratosRL: post: tags: - ValidateContratosRL operationId: "ValidateContratosRL" summary: "Validar contratos de SVIG" parameters: - name: "ValidateContratosRLInput" in: "body" required: false schema: $ref: "#/definitions/ValidateContratosRLInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateContratosRLOutput" 404: description: "Not found" /ValidateEmpresaVentaCil: post: tags: - ValidateEmpresaVentaCil operationId: "ValidateEmpresaVentaCil" summary: "Procedure para verificar si la empresa va a vender cilindros en ese momento" parameters: - name: "ValidateEmpresaVentaCilInput" in: "body" required: false schema: $ref: "#/definitions/ValidateEmpresaVentaCilInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateEmpresaVentaCilOutput" 404: description: "Not found" /ValidateFieldsRegister: post: tags: - ValidateFieldsRegister operationId: "ValidateFieldsRegister" summary: "Valida los campos al registrarse" parameters: - name: "ValidateFieldsRegisterInput" in: "body" required: false schema: $ref: "#/definitions/ValidateFieldsRegisterInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateFieldsRegisterOutput" 404: description: "Not found" /ValidateHourRuta: post: tags: - ValidateHourRuta operationId: "ValidateHourRuta" summary: "Procedure para validar cilindros hora y habilitado" parameters: - name: "ValidateHourRutaInput" in: "body" required: false schema: $ref: "#/definitions/ValidateHourRutaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateHourRutaOutput" 404: description: "Not found" /ValidateLogin: post: tags: - ValidateLogin operationId: "ValidateLogin" summary: "Procedure para validar al cliente al iniciar sesión" parameters: - name: "ValidateLoginInput" in: "body" required: false schema: $ref: "#/definitions/ValidateLoginInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateLoginOutput" 404: description: "Not found" /ValidateRutaCompania: post: tags: - ValidateRutaCompania operationId: "ValidateRutaCompania" summary: "Verifica si la ruta obtenida corresponde a una ruta de la compania" parameters: - name: "ValidateRutaCompaniaInput" in: "body" required: false schema: $ref: "#/definitions/ValidateRutaCompaniaInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateRutaCompaniaOutput" 404: description: "Not found" /ValidateRutaFinTurno: post: tags: - ValidateRutaFinTurno operationId: "ValidateRutaFinTurno" summary: "Validate Ruta Fin Turno" parameters: - name: "ValidateRutaFinTurnoInput" in: "body" required: false schema: $ref: "#/definitions/ValidateRutaFinTurnoInput" responses: 200: description: "Successful operation" schema: $ref: "#/definitions/ValidateRutaFinTurnoOutput" 404: description: "Not found" /gxobject: post: tags: - gxobject operationId: "gxobject" summary: "GeneXus Upload Services" responses: 200: description: "Successful operation" 404: description: "Not found" definitions: CliAPPUbi: properties: idRegUbi: description: Id de la ubicacion type: "integer" format: "int64" CliAppId: description: Id del cliente type: "integer" format: "int64" CliUbiNom: description: Nombre del cliente type: "string" CliUbiAPat: description: Apellido paterno del cliente type: "string" CliUbiAMat: description: Apellido materno del cliente type: "string" CliUbiRaSo: description: Razón social del cliente type: "string" TPFCveClUb: description: Tipo de persona fiscal type: "string" CliUbiSts: description: Si esta activa la ubicación type: "integer" format: "int32" CliUbiPr: description: Llave para saber si una ubicación es la principal de cada cliente type: "integer" format: "int32" CliAlias: description: Alias de la ubicacion type: "string" CliCoorde: description: Coordenadas de la ubicacion type: "string" CliCalle: description: Calle de la ubicacion type: "string" CliNumExt: description: Num exterior de la ubicacion type: "string" CliNumInt: description: num interior de la ubicacion type: "string" CliColon: description: colonia de la ubicacion type: "string" CliCodPos: description: Codigo postal de la ubicacion type: "integer" format: "int64" CliMuni: description: Municipio de la ubicación type: "string" CliEstado: description: Estado de la ubicacion type: "string" CliENCalle: description: Entre calles type: "string" CliPedSts: description: Estado del pedido type: "string" CliFecPedS: description: El dia que solicita type: "string" format: "date" CliHorPedS: description: Hora que lo solicita type: "string" CliFecPedP: description: Fecha para cuando quiere el pedido type: "string" format: "date" CliHorPedP: description: Hora pedido sugerida type: "string" CliProcSts: description: Si ya esta siendo procesado S/N type: "string" MerNumCIA: description: Mercado estacionario por geocerca type: "integer" format: "int32" RutNumCIA: description: Ruta estacionario obtenida de la geocerca type: "integer" format: "int64" ConNumCIA: description: ¿Conviene grabar el contrato? type: "integer" format: "int64" CliPrecLt: description: Precio por litro type: "number" format: "double" MerNumCil: description: Mercado de portatil de la geocerca type: "integer" format: "int32" RutNumCil: description: Ruta de portatil de la geocerca type: "integer" format: "int64" ConNumCil: description: Contrato de portatil type: "integer" format: "int64" CliPerEnt: description: Periodicidad de entrega type: "integer" format: "int32" CliPFEnt: description: Fecha próxima de entrega type: "string" format: "date" CliFeUlMo: description: Fecha de último movimiento type: "string" format: "date" CliComEnt: description: Comentarios opcionales a la entrega type: "string" CliFecNot: description: Fecha de la última notificación FPE recibida type: "string" format: "date" CliNotSts: description: Notificación FPE 0) no abierta; 1) abierta type: "integer" format: "int32" gx_md5_hash: description: gx_md5_hash is an identifier for a specific version of a resource, it is used for optimistic concurrency check. It is required for update and delete operations and ignored on insert. type: "string" required: - idRegUbi ClienteAPP: properties: CliAppId: description: Id del cliente type: "integer" format: "int64" CliCorreo: description: Correo electronico del cliente type: "string" CliPW: description: Contraseña del cliente type: "string" CliPWKey: description: Llave para desencriptar type: "string" CliMovNum: description: Telefono celular del cliente type: "integer" format: "int64" CliNom: description: Nombre del cliente registrado en la APP type: "string" CliAPat: description: Apellido paterno type: "string" CliAMat: description: Apellido materno type: "string" CliRazSoc: description: Razón social type: "string" TPFCveCli: description: Tipo de persona fiscal type: "string" ComNumRem: description: Compañía para captura de remisión type: "integer" format: "int32" CliPasFor: description: Bandera para saber si quiere que se le envíe su contraseña de nuevo type: "integer" format: "int32" CliNuevo: description: Cliente nuevo type: "string" CliFecReg: description: Fecha y Hora en la que se registró el usuario type: "string" format: "date-time" CatCveCli: description: Categoria clave, Fijo (C), Movil (T) type: "string" gx_md5_hash: description: gx_md5_hash is an identifier for a specific version of a resource, it is used for optimistic concurrency check. It is required for update and delete operations and ignored on insert. type: "string" required: - CliAppId DispCliAPP: properties: DeviceType: description: Tipo de dispositivo type: "integer" format: "int32" DeviceId: description: Id de dispositivo type: "string" CliAppDId: description: Id del cliente type: "integer" format: "int64" DeviceToken: description: Token del dispositivo registrado en GCM type: "string" DeviceName: description: Version del dispositivo type: "string" DeviceON: description: Bandera para saber si el dispositivo esta online type: "integer" format: "int32" DevFecReg: description: Fecha y hora en la que se registró el dispositivo type: "string" format: "date-time" DevFecDisp: description: Fecha y hora que el dispositivo estuvo en línea type: "string" format: "date-time" DevFecUlt: description: Fecha y hora que estuvo en lìnea el usuario type: "string" format: "date-time" DevFecIni: description: Fecha y hora que inició sesión el usuario type: "string" format: "date-time" DevLogCon: description: Contador para saber cuantas veces ha entrado con el dispositivo type: "integer" format: "int64" DevVersion: description: Versión de la App type: "string" gx_md5_hash: description: gx_md5_hash is an identifier for a specific version of a resource, it is used for optimistic concurrency check. It is required for update and delete operations and ignored on insert. type: "string" required: - DeviceType - DeviceId HisPedClAP: properties: HisPedAPId: description: Id historico type: "integer" format: "int64" CliAppId: description: Id del cliente type: "integer" format: "int64" idRegUbi: description: Id de la ubicacion type: "integer" format: "int64" HisFecPedS: description: Dia en que se solicita type: "string" format: "date" HisHorPedS: description: Hora en que se solicita type: "string" HisFecPedP: description: Fecha para cuando lo quiere, hoy o progamado type: "string" format: "date" HisHorPedP: description: Hora de pedido sugerida type: "string" TVeCveHisP: description: Tipo de venta E o P type: "string" HisPedLts: description: Litros pedido solicitados (E) type: "number" format: "double" HisCilVta: description: Cilindros pedido solicitados (P) type: "string" HisPedImp: description: Importe surtido no real type: "number" format: "double" HisPedPen: description: Bandera para saber si un pedido estapendiente "P" (pendiente), "C"(confirmado) type: "string" HisFecConf: description: Fecha confirma msg en unidad PASO 2 type: "string" format: "date" HisHorConf: description: Hora confirma msg en unidad PASO 2 type: "string" HisFecPedE: description: Fecha de entrega type: "string" format: "date" HisHorPedE: description: Hora de entrega type: "string" UniNumHisP: description: Unidad que realizo la entrega type: "integer" format: "int64" HisPedLtsR: description: Litros surtido REAL (E) type: "number" format: "double" HisCilVtaR: description: Cilindros vendidos REAL (P) type: "string" HisPedImpR: description: Importe surtido REAL type: "number" format: "double" HisCalEstr: description: Calificacion del 1 al 5 type: "integer" format: "int32" HisCalCome: description: Comentario de calificacion type: "string" HisCalFeHr: description: Fecha y hora en que se califico type: "string" format: "date-time" HisNotPush: description: Bandera para el envio notificaciones push type: "integer" format: "int32" HisHrLei: description: Hora en que el chofer lee el pedido PASO 3 type: "string" HisRNEDes: description: Descripcion de respuesta variable type: "string" HisIEMPct: description: Respuesta variable imputable al cliente o empresa type: "string" HisComEnt: description: Comentarios al pedido type: "string" HisUrlPago: description: Url de formulario de pago type: "string" HisNumNota: description: Número de nota de venta type: "integer" format: "int64" HisActPag: description: Url de pago activa type: "integer" format: "int32" HisPedOrg: description: Origen del pedido, WEB o APP type: "string" HisFecHUrl: description: Fecha/hora de creación de la url type: "string" format: "date-time" HisDispTip: description: Tipo del dispositivo con el que se envío el pedido type: "integer" format: "int32" HisDispId: description: Id del dispositivo con el que se envío el pedido type: "string" HisNomCh: description: Nombre del chofer type: "string" HisOriPSts: description: Tipo de Pedido por notificación FPE; 1=MismoDía; 2=AceptaFPE; 3=ModificaFPE type: "integer" format: "int32" gx_md5_hash: description: gx_md5_hash is an identifier for a specific version of a resource, it is used for optimistic concurrency check. It is required for update and delete operations and ignored on insert. type: "string" required: - HisPedAPId TmpSms: properties: ComNumRem: description: Compañía para captura de remisión type: "integer" format: "int32" ConTelSMS: description: Telefono SMS por enviar type: "integer" format: "int64" MerNumSMS: description: Mercado type: "integer" format: "int32" ConNumSMS: description: Contrato type: "integer" format: "int64" FechaSMS: description: Fecha SMS type: "string" format: "date" HoraSMS: description: Hora SMS type: "string" TipMenSMS: description: Tipo de SMS type: "string" MenSalSMS: description: Mensaje SMS de salida type: "string" EnvStaSMS: description: Estatus de SMS type: "string" FecEnvSMS: description: Estatus de SMS type: "string" format: "date" HorEnvSMS: description: Hora de envio SMS type: "string" gx_md5_hash: description: gx_md5_hash is an identifier for a specific version of a resource, it is used for optimistic concurrency check. It is required for update and delete operations and ignored on insert. type: "string" required: - ComNumRem - ConTelSMS - MerNumSMS - ConNumSMS - FechaSMS - HoraSMS AddClienteAndLocationOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ClieRegUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" AddDaysOutput: properties: Date: type: "string" format: "date" AddExtraLocationOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ClieRegUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" AddOrderToTrayOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" CalcularIVAOrdenFinalOutput: properties: OrderDetailSdt: description: Order Detail SDT $ref: "#/definitions/OrderDetailSDT" CollectLocationsOutput: properties: ClieRegUbiDatas: description: Cli APPUbi Data type: array items: $ref: "#/definitions/CliAPPUbiData" GeocodingServiceOutput: properties: latitud: type: "string" longitud: type: "string" CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" MSGInformacion: type: "string" GetAvisPrivOutput: properties: comnumrem: type: "integer" format: "int32" destfile: type: "string" ComPDFAP: type: "string" GetClienteOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetClientebyIDOutput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetClienteContratosOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" GetClienteInfoOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetCoberturaOtherFilialOutput: properties: isCobertura: type: "boolean" ComMsgDsgApp: type: "string" ComUrlPlayStore: type: "string" GetComNumRemOutput: properties: CiasRemSDT: description: Cias Rem SDT $ref: "#/definitions/CiasRemSDT" GetContratoOutput: properties: ContratoSDT: description: Contrato SDT $ref: "#/definitions/ContratoSDT" GetCurrentLocationOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" GetDataByTipVentaOutput: properties: MerNum: type: "integer" format: "int32" ConNum: type: "integer" format: "int64" TipVta: type: "string" GetDataCompaniaOutput: properties: CiasRemSDT: description: Cias Rem SDT $ref: "#/definitions/CiasRemSDT" GetHoursOutput: properties: AliasComboH: type: "string" HoraProxima: type: "string" GetLastAddedLocationOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" GetLitroByImporteOutput: properties: HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" GetLocationbyIdOutput: properties: CliappUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" GetLocationsOutput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" Contador: type: "integer" format: "int32" GetMercadoRutaOutput: properties: MerNumCIA: type: "integer" format: "int32" RutNumCIA: type: "integer" format: "int64" GetMercadoRutaNuevoCritOutput: properties: MerNumCIA: type: "integer" format: "int32" RutNumCIA: type: "integer" format: "int64" GetOrderRecienteOutput: properties: HisUbiDatas: description: His Ubi Data type: array items: $ref: "#/definitions/HisUbiData" GetOrdersNotPushOutput: properties: HisUbiDatas: description: His Ubi Data type: array items: $ref: "#/definitions/HisUbiData" GetPedidoByIdOutput: properties: HisUbiDatasCollection: description: His Ubi Data type: array items: $ref: "#/definitions/HisUbiData" GetPedidosHistoricosOutput: properties: HisUbiDatas: description: His Ubi Data type: array items: $ref: "#/definitions/HisUbiData" GetPedidosProximosOutput: properties: HisUbiDatas: description: His Ubi Data type: array items: $ref: "#/definitions/HisUbiData" GetPrecioImporteOutput: properties: HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" GetPrecioLtRutaOutput: properties: RutaCom: type: "integer" format: "int32" RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" GetSetPasswordOutput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetTipoRutaOutput: properties: RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" GxOnPendingEventFailedOutput: properties: Continue: type: "boolean" InsAgenDomPedOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" HisFecPedP: type: "string" format: "date" RutTraDom: type: "string" IsNotificacionFPEOutput: properties: idRegUbi: type: "integer" format: "int64" LoadMainLocationOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ClieRegUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" LocationInstructionOutput: properties: SDTLocationMap: description: SDTLocation Map $ref: "#/definitions/SDTLocationMap" LocationUseFirstTimeEstacionarioOutput: properties: CliappUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" LocationUseFirstTimePortatilOutput: properties: CliappUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" LoginClientToDeviceOutput: properties: DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" MainLocationOutput: properties: ClieRegUbiDAta: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" MakeOnlineOrOfflineOutput: properties: DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" PasswordResetOutput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" PEditLocationOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" PEditLocationUpdateOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" Proceso: type: "integer" format: "int32" prepareChatRoomOutput: properties: ChatGUID: type: "string" prepareSendMessageOutput: properties: isSuccess: type: "boolean" PruebaOutput: properties: Address: type: "string" pruebageoOutput: properties: Location: type: "string" SavedDevicesCheckAndroidOutput: properties: DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" SetCilindrosFieldOutput: properties: HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" SetEmptyOutput: properties: Fecha: type: "string" format: "date" SetTimeOutput: properties: Tiempo: type: "string" SetTimeSuggestedOutput: properties: minute: type: "string" SetTodayOutput: properties: HisPedCiapData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" SetTotalCilindrosOutput: properties: MakeOrderSDT: description: Make Order SDT $ref: "#/definitions/MakeOrderSDT" SetTotalLitrosOutput: properties: MakeOrderSDT: description: Make Order SDT $ref: "#/definitions/MakeOrderSDT" TraeMercadosOutput: properties: sdtMercados: description: sdt Mercados type: array items: $ref: "#/definitions/sdtMercados" UpdateClienteOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" UpdateLocationOutput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" UpdatePedidoOutput: properties: HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" option: type: "integer" format: "int32" UpdateStsTmpSmsOutput: properties: TmpSMSSDT: description: Tmp Sms SDT $ref: "#/definitions/TmpSmsSDT" ValidacionSMSOutput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" TmpSmsSDT: description: Tmp Sms SDT $ref: "#/definitions/TmpSmsSDT" URLSMS: type: "string" StrCod: type: "string" ValidateClienteOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ValidateContratosRLOutput: properties: ContratoSDT: description: Contrato SDT $ref: "#/definitions/ContratoSDT" ValidateEmpresaVentaCilOutput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ValidateFieldsRegisterOutput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" ValidateHourRutaOutput: properties: RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" ValidateLoginOutput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" CliPw: type: "string" ValidateRutaCompaniaOutput: properties: ComNumRem: type: "integer" format: "int32" MerNum: type: "integer" format: "int32" RutNum: type: "integer" format: "int64" ValidateRutaFinTurnoOutput: properties: RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" AddClienteAndLocationInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ClieRegUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" AddDaysInput: properties: Date: type: "string" format: "date" days: type: "integer" format: "int32" AddExtraLocationInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ClieRegUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" Contador: type: "integer" format: "int32" AddOrderToTrayInput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" CalcularIVAOrdenFinalInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" MakeOrderSDT: description: Make Order SDT $ref: "#/definitions/MakeOrderSDT" HisPedCiapData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" CollectLocationsInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" DeleteLocationInput: properties: CliAPPUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" GeocodingServiceInput: properties: address: type: "string" latitud: type: "string" longitud: type: "string" CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" ComNumChar: type: "string" GetAvisPrivInput: properties: comnumrem: type: "integer" format: "int32" GetClienteInput: properties: DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetClientebyIDInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetClienteContratosInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetClienteInfoInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetCoberturaOtherFilialInput: properties: Geolocation: type: "string" cia: type: "integer" format: "int32" TipoVta: type: "string" GetComNumRemInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetContratoInput: properties: ComNumRem: type: "integer" format: "int32" MerNum: type: "integer" format: "int32" ConNum: type: "integer" format: "int64" GetCurrentLocationInput: properties: idRegUbi: type: "integer" format: "int64" GetDataByTipVentaInput: properties: idRegUbi: type: "integer" format: "int64" GetDataCompaniaInput: properties: comnumrem: type: "integer" format: "int32" GetHoursInput: properties: TiempoFiltro: type: "string" GetLastAddedLocationInput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" GetLitroByImporteInput: properties: Cliappubidata: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" GetLocationbyIdInput: properties: IdRegUbi: type: "integer" format: "int64" GetLocationsInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" GetMercadoRutaInput: properties: Geolocation: type: "string" cia: type: "integer" format: "int32" TipoVta: type: "string" GetMercadoRutaNuevoCritInput: properties: Geolocation: type: "string" cia: type: "integer" format: "int32" TipoVta: type: "string" GetOrderRecienteInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetOrdersNotPushInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetPedidoByIdInput: properties: HisPedApId: type: "integer" format: "int64" GetPedidosHistoricosInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetPedidosProximosInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetPrecioImporteInput: properties: Cliappubidata: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" GetPrecioLtRutaInput: properties: RutaCom: type: "integer" format: "int32" RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" GetSetPasswordInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" GetTipoRutaInput: properties: RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" GxAfterEventReplicatorInput: properties: EventResults: description: Synchronization Event Result List type: array items: $ref: "#/definitions/SynchronizationEventResultList_SynchronizationEventResultListItem" GxSynchroInfo: description: Synchronization Info $ref: "#/definitions/SynchronizationInfo" GxOnPendingEventFailedInput: properties: PendingEvent: description: Synchronization Event List type: array items: $ref: "#/definitions/SynchronizationEventList_SynchronizationEventListItem" BCName: type: "string" BCJson: type: "string" EventResult: description: Synchronization Event Result List type: array items: $ref: "#/definitions/SynchronizationEventResultList_SynchronizationEventResultListItem" GxSyncroInfo: description: Synchronization Info $ref: "#/definitions/SynchronizationInfo" InsAgenDomPedInput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" HisFecPedP: type: "string" format: "date" RutTraDom: type: "string" IsNotificacionFPEInput: properties: CliAppId: type: "integer" format: "int64" LoadMainLocationInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" LocationInstructionInput: properties: SDTLocationMap: description: SDTLocation Map $ref: "#/definitions/SDTLocationMap" Proceso: type: "integer" format: "int32" LocationUseFirstTimeEstacionarioInput: properties: CliappUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" LocationUseFirstTimePortatilInput: properties: CliappUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" LoginClientToDeviceInput: properties: DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" MainLocationInput: properties: ClieRegUbiDAta: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" Set: type: "integer" format: "int32" MakeOnlineOrOfflineInput: properties: DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" NotificationsRegistrationHandlerInput: properties: DeviceType: type: "integer" format: "int32" DeviceId: type: "string" DeviceToken: type: "string" DeviceName: type: "string" PasswordResetInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" PEditLocationInput: properties: IdRegUbi: type: "integer" format: "int64" PEditLocationUpdateInput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" Proceso: type: "integer" format: "int32" prepareChatRoomInput: properties: CliAppId: type: "integer" format: "int64" idRegUbi: type: "integer" format: "int64" prepareSendMessageInput: properties: CliAppId: type: "integer" format: "int64" idRegUbi: type: "integer" format: "int64" message: type: "string" MerNum: type: "integer" format: "int32" ConNum: type: "integer" format: "int64" TipVta: type: "string" PruebaInput: properties: Geolocation: type: "string" pruebageoInput: properties: Address: type: "string" SavedDevicesCheckAndroidInput: properties: DispInfAlmData: description: Disp Cli APPData $ref: "#/definitions/DispCliAPPData" sendPushNotificationSMIGInput: properties: ComNumRem: type: "integer" format: "int32" CliAppId: type: "integer" format: "int64" idRegUbi: type: "integer" format: "int64" HisPedAPId: type: "integer" format: "int64" Message: type: "string" SetCilindrosFieldInput: properties: MakeOrderSDT: description: Make Order SDT $ref: "#/definitions/MakeOrderSDT" HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" SetEmptyInput: properties: Fecha: type: "string" format: "date" SetTimeSuggestedInput: properties: minutos: type: "integer" format: "int32" SetTotalCilindrosInput: properties: RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" MakeOrderSDT: description: Make Order SDT $ref: "#/definitions/MakeOrderSDT" SetTotalLitrosInput: properties: HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" TraeMercadosInput: properties: ComNumRem: type: "integer" format: "int32" UpdateClienteInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" UpdateLocationInput: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" UpdatePedidoInput: properties: HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" option: type: "integer" format: "int32" UpdateStsTmpSmsInput: properties: TmpSMSSDT: description: Tmp Sms SDT $ref: "#/definitions/TmpSmsSDT" ValidacionSMSInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ValidateClienteInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ValidateContratosRLInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ValidateEmpresaVentaCilInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ValidateFieldsRegisterInput: properties: ClienteAppData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" Proceso: type: "integer" format: "int32" ValidateHourRutaInput: properties: RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" ValidateLoginInput: properties: ClieNueRegData: description: Cliente APPData $ref: "#/definitions/ClienteAPPData" ValidateRutaCompaniaInput: properties: ComNumRem: type: "integer" format: "int32" MerNum: type: "integer" format: "int32" RutNum: type: "integer" format: "int64" ValidateRutaFinTurnoInput: properties: RutaPolygnData: description: Ruta Polygn Data $ref: "#/definitions/RutaPolygnData" CiasRemSDT: properties: ComNumRem: description: Compañía para captura de remisión type: "integer" format: "int32" ComVenCil: description: Campo para saber si la empresa va a vender cilindros, (S) si, (N) no type: "string" ComMsgPed: description: Mensaje configurable cuando no es RL type: "string" ComTelPed: description: Numero para llamarle a la compañia type: "integer" format: "int64" ComEMAIL: description: Com EMAIL type: "string" ComPDFAP: description: aviso de privacidad type: "string" ComSMSURL: description: Link para envío de SMS type: "string" ComSMSPar: description: Parámetros para envío de SMS type: "string" CliAPPUbiData: properties: idRegUbi: description: Id de la ubicacion type: "integer" format: "int64" CliAppId: description: Id del cliente type: "integer" format: "int64" CliUbiNom: description: Nombre del cliente type: "string" CliUbiAMat: description: Apellido materno del cliente type: "string" CliUbiAPat: description: Apellido paterno del cliente type: "string" CliUbiRaSo: description: Razón social del cliente type: "string" TPFCveClUb: description: Tipo de persona fiscal type: "string" CliUbiSts: description: Si esta activa la ubicación type: "integer" format: "int32" CliUbiPr: description: Llave para saber si una ubicación es la principal de cada cliente type: "integer" format: "int32" CliAlias: description: Alias de la ubicacion type: "string" CliCoorde: description: Coordenadas de la ubicacion type: "string" CliCalle: description: Calle de la ubicacion type: "string" CliNumExt: description: Num exterior de la ubicacion type: "string" CliNumInt: description: num interior de la ubicacion type: "string" CliColon: description: colonia de la ubicacion type: "string" CliCodPos: description: Codigo postal de la ubicacion type: "integer" format: "int64" CliMuni: description: Municipio de la ubicación type: "string" CliEstado: description: Estado de la ubicacion type: "string" CliPedSts: description: Estado del pedido type: "string" CliENCalle: description: Entre calles type: "string" CliFecPedS: description: El dia que solicita type: "string" format: "date" CliHorPedS: description: Hora que lo solicita type: "string" CliFecPedP: description: Fecha para cuando quiere el pedido type: "string" format: "date" CliHorPedP: description: Hora pedido sugerida type: "string" CliProcSts: description: Si ya esta siendo procesado S/N type: "string" MerNumCIA: description: Mercado estacionario por geocerca type: "integer" format: "int32" RutNumCIA: description: Ruta estacionario obtenida de la geocerca type: "integer" format: "int64" ConNumCIA: description: ¿Conviene grabar el contrato? type: "integer" format: "int64" CliPrecLt: description: Precio por litro type: "number" format: "double" MernumCil: description: Mercado de portatil de la geocerca type: "integer" format: "int32" RutNumCil: description: Ruta de portatil de la geocerca type: "integer" format: "int64" ConNumCil: description: Contrato de portatil type: "integer" format: "int64" tempStringNumExt: description: temp String Num Ext type: "string" tempStringCodPos: description: temp String Cod Pos type: "string" tempIdRegUbi: description: temp Id Reg Ubi type: "string" InsertResponse: description: Insert Response type: "boolean" UbicacionPrincipal: description: Marca para saber si una ubicación es la principal type: "boolean" UbicacionEncontrada: description: Ubicacion Encontrada type: "boolean" DireccionCompleta: description: Direcciñón concatenada type: "string" PrecioPorLitros: description: Precio Por Litros type: "number" format: "double" CheckEstacionario: description: Check Estacionario type: "integer" format: "int32" CheckPortatil: description: Check Portatil type: "integer" format: "int32" GeoLocation: description: Geo Location type: "string" CliPerEnt: description: Periodicidad de entrega type: "integer" format: "int32" CliPFEnt: description: Fecha próxima de entrega type: "string" format: "date" successUpdate: description: success Update type: "boolean" msgError: description: msg Error type: "string" CliComEnt: description: Comentarios opcionales a la entrega type: "string" Editar: description: Editar type: "string" ImageLocation: description: Image Location type: "string" TipoVenta: description: Tipo de venta de la ubicación type: "string" CliFecNot: description: Fecha de la última notificación FPE recibida type: "string" format: "date" CliNotSts: description: Notificación FPE 0) no abierta; 1) abierta type: "integer" format: "int32" ClienteAPPData: properties: DeviceId: description: Id de dispositivo type: "string" CliAppId: description: Id del cliente type: "integer" format: "int64" CliCorreo: description: Correo electronico del cliente type: "string" CliPW: description: Contraseña del cliente type: "string" CliPWKey: description: Llave para desencriptar type: "string" CliPasFor: description: Bandera para saber si quiere que se le envíe su contraseña de nuevo type: "integer" format: "int32" CliMovNum: description: Telefono celular del cliente type: "integer" format: "int64" CliNom: description: Nombre del cliente registrado en la APP type: "string" CliAPat: description: Apellido paterno type: "string" CliAMat: description: Apellido materno type: "string" CliRazSoc: description: Razón social type: "string" TPFCveCli: description: Tipo de persona fiscal type: "string" tempStringMovNum: description: temp String Mov Num type: "string" ClienteResponse: description: Variable para validar si existe usuario type: "boolean" InsertResponse: description: Insert Response type: "boolean" tempClienteId: description: temp Cliente Id type: "string" ComNumRem: description: Compañía para captura de remisión type: "integer" format: "int32" tempComNumRem: description: Temp para numero de compañia type: "string" CliPWNew: description: Contraseña del cliente type: "string" CliPWConfirm: description: Contraseña del cliente type: "string" CliPWCompare: description: Contraseña del cliente type: "string" ResponseMessage: description: Response Message type: "string" showCanvasRate: description: Mostrar Canvas Rating type: "boolean" ComEmail: description: Com EMAIL type: "string" ComTelPed: description: Numero para llamarle a la compañia type: "integer" format: "int64" ComPDFAP: description: aviso de privacidad type: "string" CatCveCli: description: Categoria clave, Fijo (C), Movil (T) type: "string" MerNum: description: Mercado type: "integer" format: "int32" ConNum: description: Contrato type: "integer" format: "int64" ContratoSDT: properties: ComNumRem: description: Numero de compañia type: "integer" format: "int32" MerNum: description: Mercado type: "integer" format: "int32" ConNum: description: Contrato type: "integer" format: "int64" ConNom: description: Con Nom type: "string" ConAPat: description: Con APat type: "string" ConAMat: description: Con AMat type: "string" ConRazSoc: description: Con Raz Soc type: "string" TPFCve: description: Tipo de persona fiscal type: "string" ConTel: description: Teléfono contrato type: "integer" format: "int64" ConDomCall: description: Calle del domicilio type: "string" ConDomNum: description: Numero del domicilio type: "string" ConDomInt: description: Numero interio domicilio type: "string" ConDomEntC: description: Entre Calles Domicilio type: "string" ConPFent: description: Prox.Fecha Entrega type: "string" format: "date" ConPerEnt: description: Período de entrega contrato type: "integer" format: "int32" TVECveCon: description: Tipo venta del contrato type: "string" TceCveCon: description: Tipo Ciclo de Entrega Contrato type: "string" RutNumCon: description: Ruta contrato type: "integer" format: "int64" ConNomCmpl: description: Nombre completo type: "string" ConDirCmpl: description: Dirección completa type: "string" EncuentraContrato: description: Encuentra Contrato type: "boolean" InformacionCompleta: description: Informacion Completa type: "string" Contrato5: $ref: "#/definitions/ContratoSDT.Contrato5" ContratoSDT.Contrato5: properties: DetMail: description: Consecutivo Mail type: "integer" format: "int32" DirMail: description: Correo electrònico type: "string" x-gx-level: "ContratoSDT" DispCliAPPData: properties: DeviceType: description: Tipo de dispositivo type: "integer" format: "int32" DeviceId: description: Id de dispositivo type: "string" DeviceToken: description: Token del dispositivo registrado en GCM type: "string" DeviceName: description: Version del dispositivo type: "string" ClienteCorreo: description: Id del cliente que creo su cuenta con dispositov type: "integer" format: "int64" ClienteMovNum: description: Numero de movil del cliente enlazado type: "integer" format: "int64" DeviceResponse: description: Variable para validar si existe este dispositivo type: "boolean" InsertResponse: description: Insert Response type: "boolean" Connectivity: description: Variable para saber si un dispositivo realiza un loggeo o finaliza sesión, 0 = fin, 1 = online type: "integer" format: "int32" DeviceFromWeb: description: Device From Web type: "integer" format: "int32" HisPedCIAPData: properties: HisPedAPId: description: Id historico type: "integer" format: "int64" CliAppId: description: Id del cliente type: "integer" format: "int64" idRegUbi: description: Id de la ubicacion type: "integer" format: "int64" HisFecPedS: description: Dia en que se solicita type: "string" format: "date" HisHorPedS: description: Hora en que se solicita type: "string" HisFecPedP: description: Fecha para cuando lo quiere, hoy o progamado type: "string" format: "date" HisHorPedP: description: Hora de pedido sugerida type: "string" TVeCveHisP: description: Tipo de venta E o P type: "string" HisPedLts: description: Litros pedido solicitados (E) type: "number" format: "double" HisCilVta: description: Cilindros pedido solicitados (P) type: "string" HisPedImp: description: Importe surtido no real type: "number" format: "double" HisFecConf: description: Fecha confirma msg en unidad PASO 2 type: "string" format: "date" HisHorConf: description: Hora confirma msg en unidad PASO 2 type: "string" HisFecPedE: description: Fecha de entrega type: "string" format: "date" HisHorPedE: description: Hora de entrega type: "string" UniNumHisP: description: Unidad que realizo la entrega type: "integer" format: "int64" HisPedLtSR: description: Litros surtido REAL (E) type: "number" format: "double" HisCilVtaR: description: Cilindros vendidos REAL (P) type: "string" HisPedImpR: description: Importe surtido REAL type: "number" format: "double" Time: description: Time type: "string" format: "date-time" TipoVenta: description: Especifica el tipo de venta para ver si la ruta es compatible type: "string" HisPedPen: description: Bandera para saber si un pedido estapendiente "P" (pendiente), "C"(confirmado) type: "string" FechaHisFecPedP: description: Fecha para cuando lo quiere, hoy o progamado type: "string" format: "date" PedidoDiaSiguiente: description: Pedido Dia Siguiente type: "boolean" HisCalEstr: description: Calificacion del 1 al 5 type: "integer" format: "int32" HisCalCome: description: Comentario de calificacion type: "string" HisCalFeHr: description: Fecha y hora en que se califico type: "string" format: "date-time" HisHrLei: description: Hora en que el chofer lee el pedido PASO 3 type: "string" HisRNEDes: description: Descripcion de respuesta variable type: "string" HisIEMPct: description: Respuesta variable imputable al cliente o empresa type: "string" HisNotPush: description: Bandera para el envio notificaciones push type: "integer" format: "int32" HisComEnt: description: Comentarios al pedido type: "string" HisUrlPago: description: Url de formulario de pago type: "string" HisActPag: description: Url de pago activa type: "integer" format: "int32" HisPedOrg: description: Origen del pedido, WEB o APP type: "string" HisDispTip: description: Tipo dispositivo con el que se hace el pedido type: "integer" format: "int32" HisDispId: description: Id del dispositivo con el que se hace el pedido type: "string" AgendaDomingo: description: Agenda Domingo type: "integer" format: "int32" HisNomCh: description: Nombre del chofer type: "string" HisOriPSts: description: Tipo de Pedido por notificación FPE; 1=MismoDía; 2=AceptaFPE; 3=ModificaFPE type: "integer" format: "int32" HisUbiData: properties: CliAppUbiData: description: Cli APPUbi Data $ref: "#/definitions/CliAPPUbiData" HisPedCIAPData: description: His Ped CIAPData $ref: "#/definitions/HisPedCIAPData" FechaCombinada: description: Fecha con hora para descripcion de proximos pedidos type: "string" MessageStatus: description: Mensaje que se mostrará en los pedidos type: "string" FechaPromesa: description: Mensaje de hora promesa type: "string" FechaSolicitada: description: Mensaje para hora solicitada type: "string" FechaEntrega: description: Mensaje para fecha entrega type: "string" AliasLabel: description: Alias Label type: "string" Status: description: Estado type: "string" ImageHistory: description: Icono de historial type: "string" ImagePending: description: Image Pending type: "string" FechaDecide: description: Texto de fecha type: "string" fechaDecideDate: description: La fecha type: "string" ProductoSolicitadoMSG: description: Mensaje type: "string" ProductoSolicitadoValor: description: Valor type: "string" ProductoRealMSG: description: Mensaje type: "string" ProductoRealValor: description: Valor type: "string" ImporteEstimadoMsg: description: Mensaje type: "string" ImporteEstimadoValor: description: Valor type: "string" ImporteRealMsg: description: Mensaje type: "string" ImporteRealValor: description: Valor type: "string" FechasCambio: description: Fechas promesa o entrega type: "string" ShowRate: description: Mostrar pantalla calificar type: "boolean" differentHour: description: Hora actual menos hora pedido type: "string" onWayToday: description: mensaje de pedido en camino type: "string" ShowCase: description: Mostrar caso calificacion RP Reprogramacion type: "integer" format: "int32" HisHrLei: description: Hora en que el chofer lee el pedido PASO 3 type: "string" HisRNEDes: description: Descripcion de respuesta variable type: "string" HisIEMPct: description: Respuesta variable imputable al cliente o empresa type: "string" DatePromesa: description: Date Promesa type: "string" format: "date" PeriodoEnt: description: Periodo Entrega type: "integer" format: "int32" Origen: description: Origen type: "string" MakeOrderSDT: properties: Cantidad10kg: description: Cantidad10kg type: "integer" format: "int32" Cantidad20kg: description: Cantidad20kg type: "integer" format: "int32" Cantidad30kg: description: Cantidad30kg type: "integer" format: "int32" Cantidad45Kg: description: Cantidad45 Kg type: "integer" format: "int32" Precio10kg: description: Precio10kg type: "integer" format: "int32" Precio20kg: description: Precio20kg type: "integer" format: "int32" Precio30kg: description: Precio30kg type: "integer" format: "int32" Precio45kg: description: Precio45kg type: "integer" format: "int32" Total: description: Total type: "number" format: "double" OrderDetailSDT: properties: IVA: description: IVA type: "number" format: "double" Total: description: Total type: "number" format: "double" TotalDesc: description: Total type: "string" PrecioUnitario: description: Precio Unitario type: "number" format: "double" Descripcion: description: Descripcion type: "string" RutaPolygnData: properties: RutaCom: description: Compañia type: "integer" format: "int32" RutaID: description: Mercado - Ruta type: "integer" format: "int64" RutaGeoId: description: Consecutivo type: "integer" format: "int32" RutaPunto: description: Punto type: "string" RutaVenta: description: Tipo Venta type: "string" RutaPrCil: description: Campo para ver si se pueden hacer pedidos de cilindros (S) si, (N) no type: "string" RutaVenHr: description: Hora la cual esta disponible para hacer un pedido type: "string" RutaTipo: description: Tipo de ruta type: "string" RutaResponse: description: Respuesta de ruta validada type: "boolean" TiempoNow: description: Tiempo ahora type: "string" format: "date-time" RutaHoraRespuesta: description: Valida cual de los 2 mensajes desplegar type: "boolean" RutaPrelt: description: Precio por litro type: "number" format: "double" TempRutaCom: description: Temp Ruta Com type: "string" RutaFecFT: description: Fecha de fin de turno de la ruta type: "string" format: "date" RutaHrFT: description: Hora de fin de turno de la ruta type: "string" FechaPedido: description: Fecha de Pedido panel type: "string" format: "date" FinDeTurno: description: Fin De Turno type: "boolean" StrTiempoNow: description: Str Tiempo Now type: "string" RutTraDom: description: Ruta trabaja el Domingo type: "string" SDTLocationMap: properties: TempAnddress: description: Direccion type: "string" GeoLocation: description: Geo Location type: "string" Latitud: description: Latitud type: "number" format: "double" Longitud: description: Longitud type: "number" format: "double" error: description: error al obtener coordenada type: "boolean" sdtMercados: properties: MerNum: description: Mercado type: "integer" format: "int32" MerNom: description: Nombre de mercado type: "string" SynchronizationEventList_SynchronizationEventListItem: properties: EventId: description: Pending Event Id type: "string" format: "uuid" EventTimestamp: description: Pending Event Timestamp type: "string" format: "date-time" EventBC: description: Pending Event BC type: "string" EventAction: description: Pending Event Action type: "integer" format: "int32" EventData: description: Pending Event Data type: "string" EventStatus: description: Pending Event Status type: "integer" format: "int32" EventErrors: description: Pending Event Extras type: "string" SynchronizationEventResultList_SynchronizationEventResultListItem: properties: EventId: description: Pending Event Id type: "string" format: "uuid" EventTimestamp: description: Pending Event Timestamp type: "string" format: "date-time" EventStatus: description: Pending Event Status type: "integer" format: "int32" EventErrors: description: Pending Event Errors type: "string" Mappings: type: array items: description: MappingsItem $ref: "#/definitions/SynchronizationEventResultList.Mappings" SynchronizationEventResultList.Mappings: properties: Table: description: Table type: "string" Updates: description: Updates type: "string" Conditions: description: Conditions type: "string" x-gx-level: "SynchronizationEventResultList" SynchronizationInfo: properties: GxAppVersion: description: Application Version type: "string" Synchronizer: description: Synchronizer type: "string" TileSDT: properties: Description: description: Description type: "string" Image: description: Image type: "string" TmpSmsSDT: properties: ComNumRem: description: Compañía para captura de remisión type: "integer" format: "int32" ConTelSMS: description: Telefono SMS por enviar type: "integer" format: "int64" MerNumSMS: description: Mercado type: "integer" format: "int32" ConNumSMS: description: Contrato type: "integer" format: "int64" FechaSMS: description: Fecha SMS type: "string" format: "date" HoraSMS: description: Hora SMS type: "string" TipMenSMS: description: Tipo de SMS type: "string" MenSalSMS: description: Mensaje SMS de salida type: "string" EnvStaSMS: description: Estatus de SMS type: "string" FecEnvSMS: description: Estatus de SMS type: "string" format: "date" HorEnvSMS: description: Hora de envio SMS type: "string" GxJsonError: properties: error: $ref: "#/definitions/GxJsonError.error" GxJsonError.error: properties: code: type: "string" message: type: "string" x-gx-level: "GxJsonError"