---
title: "Send"
method: POST
path: "/dispatches/send/{dispatch_id}"
tags: ["Guias"]
---

# Send

`POST /dispatches/send/{dispatch_id}`

Enviar guia

## Path parameters

- `dispatch_id` integer, required

## Headers

- `X-Company-Token` string, required

## Response `200`

Successful Response

- DispatchApiOut
  - `exito` boolean
  - `mensaje` string
  - `data` DispatchDataOut, required
    - `numero` string, required
    - `archivo` string, required
    - `hash` string
    - `qr` string
    - `tipo_estado` string
    - `descripcion_estado` string
  - `archivos` DispatchFileOut, required
    - `pdf` string, nullable
    - `descargar_pdf` string
    - `xml` string
    - `cdr` string
  - `eventos` unknown[]
    - unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
