---
title: "Consultar aprobación comercial generada por id"
method: GET
path: "/commercial-approvals/{id}"
tags: ["Aprobaciones Comerciales"]
---

# Consultar aprobación comercial generada por id

`GET /commercial-approvals/{id}`

Endpoint que permite consultar una aprobación comercial generada por su id

## Path parameters

- `id` string, required

## Response `200`

Objeto que representa una respuesta correcta al consultar un aprobación comercial generada.

- object
  - `id` string
  - `documentNumber` string
  - `buyerIdentification` string
  - `issuerIdentification` string
  - `issuerStatus` 'NOT_SENT' | 'SENT'
  - `issuerSendAttempts` integer
  - `dgiiStatus` 'NOT_NOTIFIED' | 'NOTIFIED'
  - `dgiiNotifyAttempts` integer
  - `timestamp` string, date-time
  - `xml` string

## Other responses

- `400` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/alanube/apis/api-fe-dom.md) · [All operations](https://skmtc.net/alanube/apis/api-fe-dom/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alanube/api-fe-dom/revisions/884e0cb47e4a/schema)
