/attachment/preview_xml

Preview XRechnung XML

Preview XRechnung XML

Base URL
https://<tenant>.dieagenturverwaltung.de/api/v2
Required Security
ApiKeyAuth (Authorization: Session Token)
Produces
text/html

Request

Query Parameters

NameTypeRequiredDescription
tokenstringYesToken of the attachment
cURL
curl -X GET 'https://<tenant>.dieagenturverwaltung.de/api/v2/attachment/preview_xml?token=string' \
  -H 'Accept: text/html' \
  -H 'Authorization: Session Token'

Responses

200OK
stringtext/html
Example
"string"
400Bad Request
Example
{
  "code": 123,
  "extras": {...},
  "message": "string",
  "status_code": 123
}