peppol:publicrestapi
Rozdíly
Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
| peppol:publicrestapi [24.03.2026 08:31] – vytvořeno turych | peppol:publicrestapi [24.03.2026 08:37] (aktuální) – turych | ||
|---|---|---|---|
| Řádek 1: | Řádek 1: | ||
| - | ====== | + | ====== REST API ====== |
| ===== Test Access Point URL ===== | ===== Test Access Point URL ===== | ||
| Řádek 11: | Řádek 11: | ||
| ===== Basic communication verification ===== | ===== Basic communication verification ===== | ||
| - | * // | + | * // |
| * //HTTP method:// GET | * //HTTP method:// GET | ||
| * // | * // | ||
| Řádek 21: | Řádek 21: | ||
| ===== Authentication ===== | ===== Authentication ===== | ||
| - | * // | + | * // |
| * //HTTP method:// POST | * //HTTP method:// POST | ||
| * // | * // | ||
| Řádek 46: | Řádek 46: | ||
| </ | </ | ||
| - | * // | + | * // |
| * // | * // | ||
| * // | * // | ||
| Řádek 65: | Řádek 65: | ||
| Validates and sends one document. | Validates and sends one document. | ||
| - | * // | + | * // |
| * //HTTP method:// POST | * //HTTP method:// POST | ||
| * // | * // | ||
| Řádek 71: | Řádek 71: | ||
| * Accept: '' | * Accept: '' | ||
| * Content-Type: | * Content-Type: | ||
| - | * Authorization: | + | * Authorization: |
| - | * X-PEPPOL-RECEIVER: | + | * X-PEPPOL-RECEIVER: |
| * X-PEPPOL-DOC-TYPE: | * X-PEPPOL-DOC-TYPE: | ||
| * //Body:// document in PEPPOL BIS 3.0 format | * //Body:// document in PEPPOL BIS 3.0 format | ||
| Řádek 85: | Řádek 85: | ||
| </ | </ | ||
| - | * // | + | * // |
| * // | * // | ||
| * // | * // | ||
| Řádek 96: | Řádek 96: | ||
| --header ' | --header ' | ||
| --header ' | --header ' | ||
| - | --header ' | + | --header ' |
| --data-raw '< | --data-raw '< | ||
| </ | </ | ||
| Řádek 104: | Řádek 104: | ||
| Receipt of a single document. | Receipt of a single document. | ||
| - | * // | + | * // |
| * //HTTP method:// GET | * //HTTP method:// GET | ||
| * // | * // | ||
| Řádek 110: | Řádek 110: | ||
| * Accept: '' | * Accept: '' | ||
| * Content-Type: | * Content-Type: | ||
| - | * Authorization: | + | * Authorization: |
| * X-PEPPOL-DOCUMENT-ID: | * X-PEPPOL-DOCUMENT-ID: | ||
| * //Body:// none | * //Body:// none | ||
| Řádek 125: | Řádek 125: | ||
| </ | </ | ||
| - | * // | + | * // |
| * // | * // | ||
| * // | * // | ||
| Řádek 134: | Řádek 134: | ||
| curl --location ' | curl --location ' | ||
| --header ' | --header ' | ||
| - | --header ' | + | --header ' |
| </ | </ | ||
| Řádek 141: | Řádek 141: | ||
| Retrieves a list of all documents (sent and received) without including their payload. | Retrieves a list of all documents (sent and received) without including their payload. | ||
| - | * // | + | * // |
| * //HTTP method:// GET | * //HTTP method:// GET | ||
| * // | * // | ||
| Řádek 148: | Řádek 148: | ||
| * Accept: '' | * Accept: '' | ||
| * Content-Type: | * Content-Type: | ||
| - | * Authorization: | + | * Authorization: |
| * //Body:// none | * //Body:// none | ||
| * // | * // | ||
| Řádek 180: | Řádek 180: | ||
| </ | </ | ||
| - | * // | + | * // |
| * // | * // | ||
| * // | * // | ||
| Řádek 188: | Řádek 188: | ||
| <code bash> | <code bash> | ||
| curl --location ' | curl --location ' | ||
| - | --header ' | + | --header ' |
| </ | </ | ||
| ===== Retrieval of previously undownloaded documents ===== | ===== Retrieval of previously undownloaded documents ===== | ||
| - | Retrieves a list of documents with the status | + | Retrieves a list of documents with the status |
| - | * // | + | * // |
| * //HTTP method:// GET | * //HTTP method:// GET | ||
| * // | * // | ||
| Řádek 201: | Řádek 201: | ||
| * Accept: '' | * Accept: '' | ||
| * Content-Type: | * Content-Type: | ||
| - | * Authorization: | + | * Authorization: |
| * //Body:// none | * //Body:// none | ||
| * // | * // | ||
| Řádek 222: | Řádek 222: | ||
| </ | </ | ||
| - | * // | + | * // |
| * // | * // | ||
| * // | * // | ||
| Řádek 230: | Řádek 230: | ||
| <code bash> | <code bash> | ||
| curl --location ' | curl --location ' | ||
| - | --header ' | + | --header ' |
| </ | </ | ||
peppol/publicrestapi.1774341115.txt.gz · Poslední úprava: 24.03.2026 08:31 autor: turych