tefacturo

Carrier shipping guide

Service to issue electronic carrier shipping guides. Issued by the transportation company providing the service for third parties.

Important usage rules

  • tipoIntegracion: shipping guides use OFFLINE; your own ERP handles the correlative, so send datosDocumento.numero.
  • numero (in datosDocumento): it cannot be duplicated. If the number was already used, map/track the correlative so it is not resent.
  • fechaEmision: a shipping guide can be declared with at most 1 day of backdating.
  • Replace the fixed example RUC with the issuer RUC used in the URL and token; all three must match.
  • Response 200 values such as series, number, hash, signature, and identifier are illustrative; the API generates their actual values for each request.
POSThttps://jarvis.tefacturo.pe/guiatransportista-api/invoice2u/integracion/guia-remision/transportista/{ruc}

Emite una guía de remisión transportista electrónica. Reemplaza {ruc} con el RUC de la empresa transportista. Incluye datos del transportista, conductores, vehículos y bienes transportados.

Headers

HeaderValueDescription
AuthorizationBearer {token}Authentication token obtained from the login endpoint.
Content-Typeapplication/jsonContent type for the request body.

Request Body

La guía de remisión transportista incluye datos del transportista (con registro MTC), múltiples conductores y vehículos, datos del remitente y destinatario, y el detalle de los bienes transportados:

El ejemplo completo está en el panel derecho para copiar rápidamente.

Differences vs Sender Guide

AspectSender guideCarrier guide
Issued byGoods senderCarrier company
Registro MTCNot requiredRequired (registroMTC)
DriversOne driverMultiple drivers (main + assistants)
VehiclesOne vehicleMultiple vehicles (main + secondary)
SerieInicia con "T"Inicia con "V"

Field Reference

Objeto: transportista

CampoTipoRequeridoDescription
correostringCorreo electrónico de la empresa transportista
nombreComercialstringNombre comercial del transportista
nombreLegalstringRazón social del transportista
numeroDocumentoIdentidadstringRUC de la empresa transportista
tipoDocumentoIdentidadstringTipo de documento: RUC
registroMTCstringNúmero de registro ante el Ministerio de Transportes y Comunicaciones

Objeto: conductores (array)

CampoTipoRequeridoDescription
nombreLegalstringNombre completo del conductor
numeroDocumentoIdentidadstringDNI del conductor
tipoDocumentoIdentidadstringTipo de documento: DOC_NACIONAL_DE_IDENTIDAD
liscenciaConducirstringNúmero de licencia de conducir

Objeto: vehículos (array)

CampoTipoRequeridoDescription
placastringPlaca del vehículo

Successful Response (200)

La respuesta confirma que la guía de remisión transportista fue emitida correctamente y retorna el identificador, serie, número y tipo_documento SUNAT.

Check the right panel to view and copy the sample response.

Error Handling

CodeStatusDescription
400Bad RequestErrores de validación. Verifique datos de transportista, conductores y vehículos.
401UnauthorizedInvalid or expired authentication token.
403ForbiddenYou do not have permission to issue shipping guides with the provided RUC.
404Not FoundEl RUC proporcionado no está registrado en el sistema.
500Internal Server ErrorInternal server error. Try again.

Related Endpoints