Skip to main content
GET
/
borradores-complementos
/
{borradorId}
[
  {
    "emisorId": "<string>",
    "borradorId": "<string>",
    "tipoComplemento": "<string>",
    "pagos": null,
    "cartaPorte": null,
    "comercioExterior": null,
    "removible": true,
    "editable": true,
    "status": true,
    "fecha": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

borradorId
string
required

Query Parameters

tipoComplemento
string
required

Response

emisorId
string
required

Identificador único del emisor

borradorId
string
required

Identificador único del borrador

tipoComplemento
string
required

Tipo de complemento del borrador

pagos
string
required

Información de pagos del complemento

cartaPorte
object
required

Datos del complemento carta porte

comercioExterior
object
required

Información de comercio exterior

removible
boolean
default:true
required

Indicador si el complemento es removible

editable
boolean
default:true
required

Indicador si el complemento es editable

status
boolean
default:true
required

Estado activo/inactivo del complemento

fecha
string<date-time>
required

Fecha de creación del registro

I