API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/platform-invoices/{id}/resend

POST/v1/platform-invoices/{id}/resend

Re-dispatch a platform invoice email

Datenmodell

Diese Operation arbeitet auf der Entität Platform Invoice (platform_invoice). Alle 29 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

Request Body

NameTypBeschreibung
recipientsstring<email>[]

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/platform-invoices/{id}/resend \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "recipients": []
}'
const result = await cm.platform-invoices.post({
  "recipients": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche