---
title: "Krijo fatura pa para ne dore ne bllok (Bulk NonCash)"
operation_id: "post-api-v1-invoice-bulk-noncash"
method: POST
path: "/api/v1/invoice/bulk-noncash"
group: "Faturat"
api_version: "v1"
authenticated: true
canonical: "https://fature.al/api-reference/endpoints/post-api-v1-invoice-bulk-noncash.html"
---

# Krijo fatura pa para ne dore ne bllok (Bulk NonCash)

Part of the [fature.al API](/api-reference/index.html) documentation.

## POST /api/v1/invoice/bulk-noncash

Leshon shume fatura jo-cash me nje kerkese te vetme, e menduar per faturim periodik.

Pergjigja eshte nje objekt me nje hyrje per cdo `internalId`, dhe statusi mbetet `200` edhe kur
ndonje fature brenda bllokut deshton. Prandaj:

- mos u mbeshtetni tek kodi HTTP per te ditur nese gjithcka shkoi mire;
- kontrolloni `status` brenda cdo hyrjeje me vete;
- riprovoni vetem `internalId` qe deshtuan, jo te gjithe bllokun.

Full URL: `https://fature.al/api/v1/invoice/bulk-noncash`

API version: `v1`.

Authentication: required (bearer token).

### Body parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `invoices` | array | yes | Faturat qe do te leshohen, secila me te njejtat fusha si trupi i `POST /invoice/noncash`, `internalId` perfshire. Nuk ka kufi ne numrin e tyre, por endpoint-i lejon vetem 3 kerkesa ne minute, prandaj dergoni blloqe te medha ne vend te shume blloqeve te vogla. |

### Example request

```bash
curl -X POST 'https://fature.al/api/v1/invoice/bulk-noncash' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'X-Client-Id: YOUR_CLIENT_ID' \
  -H 'X-Client-Secret: YOUR_CLIENT_SECRET' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
    "invoices": [
        "invoices"
    ]
}'
```

### Responses

**200** — Kthen nje objekt me nje hyrje per cdo `internalId`. Nje fature qe deshton mban zarfin e gabimit brenda hyrjes se vet, dhe statusi i pergjigjes mbetet 200.

**201** — Created

```json
[]
```
