---
title: "Send an existing debit note"
method: POST
path: "/zatca/simplified-debit-notes/{id}/send/"
tags: ["Simplified Debit Note"]
---

# Send an existing debit note

`POST /zatca/simplified-debit-notes/{id}/send/`

Send the debit note using specified `channels`.

## Path parameters

- `id` string, required

## Headers

- `X-ZATCA-Branch` string
- `X-ZATCA-Connected-Account-Id` string
- `X-ZATCA-Environment` string, required

## Request body

- ApiV1ZatcaDocumentSendWrite
  - `channels` Channel[] — The channels to send the document
    - `data` Email, required
      - `message` string, required
      - `recipients` EmailRecipients, required
        - `bcc` string[]
        - `cc` string[]
        - `to` string[], required
      - `subject` string, required
    - `medium` 'email', required — * `email` - Email Full information for [MediumEnum](mediumenum)
  - `language` 'ar' | 'en' — * `ar` - Arabic * `en` - English Full information for [LanguageEnum](languageenum)
  - `metadata` object — The metadata of the document
  - `reference` string — The reference of the document
  - `template` ApiV1ZatcaDocumentSendTemplateWrite
    - `config` ApiV1ZatcaDocumentSendTemplateConfigWrite
      - `charges` ApiV1ZatcaDocumentSendTemplateConfigAllowancesWrite[] — Configuration for charges provided
        - `labels` ApiV1ZatcaDocumentSendTemplateConfigAllowancesLabelsWrite, required
          - `ar` string, required
          - `en` string, required
        - `reasons` string[], required
      - `discounts` ApiV1ZatcaDocumentSendTemplateConfigAllowancesWrite[] — Configuration for discounts provided
        - `labels` ApiV1ZatcaDocumentSendTemplateConfigAllowancesLabelsWrite, required
          - `ar` string, required
          - `en` string, required
        - `reasons` string[], required
    - `context` unknown
    - `id` string — The id of the custom template to be used for PDF generation

## Response `200`

- DocumentDetailRead
  - `created_ts` string, date-time, required — The datetime in UTC when the document was created.
  - `document` ApiV1ZatcaDocumentDetailRead, required
    - `document_number` string, required — The document number.
    - `id` string, required — The id of the object.
    - `issue_datetime` string, date-time, required — The issue datetime.
    - `supply_date` string, date, required — The supply date.
  - `metadata` object, required — The metadata of the document.
  - `qr_code_data` string, required — Base64 encoded QR code data.
  - `reference` string, required — The reference of the document.
  - `reported_ts` string, date-time, required — The datetime in UTC when the document was reported/cleared.
  - `response` unknown, required
  - `sent_ts` string, date-time, required — The datetime in UTC when the document was sent.
  - `status` string, required — The status of the document.

---

[API](https://skmtc.net/wafeq/apis/wafeq-zatca-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-zatca-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-zatca-api/versions/b1556963edcd/schema)
