---
title: "Consultar aprobación comercial recibida por id"
method: GET
path: "/received-commercial-approvals/{id}"
tags: ["Gestión de Documentos Recibidos"]
---

# Consultar aprobación comercial recibida por id

`GET /received-commercial-approvals/{id}`

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

## Path parameters

- `id` string, required

## Response `200`

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

- object
  - `id` string
  - `documentNumber` string
  - `buyerIdentification` string
  - `issuerIdentification` string
  - `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)
