- Startseite
- API Enriched
- API-Referenz
- 💳 Abrechnung und Nutzungs-API
💳 Abrechnung und Nutzungs-API
Planübergänge, Rechnungsstellung und Ressourcenverbrauch. Kontingentlimits auf Namespace-Ebene und Nutzungsverfolgung.
- Kategorie: Plattform
- Komplexität: moderat
- Pfade: 25 | Schemas: 101
- Stufe: Standard
- Verwandte Domänen:
system,users
Anwendungsfälle
Abschnitt betitelt „Anwendungsfälle“- Abonnementpläne und Planübergänge verwalten
- Zahlungsmethoden und Rechnungen konfigurieren
- Ressourcenkontingentnutzung über Namespaces verfolgen
- Nutzungslimits und Kapazität überwachen
Primäre Ressourcen
Abschnitt betitelt „Primäre Ressourcen“- subscription: Abonnement für Serviceansprüche
- quota: Ressourcenkontingent für Nutzungslimits
- usage_report: Nutzungsbericht zur Verbrauchsverfolgung
Endpunkte
Abschnitt betitelt „Endpunkte“| Methode | Pfad | Beschreibung |
|---|---|---|
| POST | /api/data/namespaces/system/billing/usage_summary | Abrechnungsnutzungszusammenfassung. |
| GET | /api/web/namespaces/{namespace}/usage/invoice_pdf | GetInvoicePdf. |
| GET | /api/web/namespaces/{namespace}/usage/invoices/custom_list | Rechnungen auflisten. |
| POST | /api/web/namespaces/{namespace}/billing/payment_method/{name}/primary | Kreditkarte als primär festlegen. |
| POST | /api/web/namespaces/{namespace}/billing/payment_method/{name}/secondary | Zahlungsmethode als sekundär festlegen. |
| POST | /api/web/namespaces/{namespace}/billing/payment_method/{name}/swap-primary | Zahlungsmethode als sekundär festlegen. |
| POST | /api/web/namespaces/{namespace}/billing/payment_methods | Zahlungsmethodenspezifikation erstellen. |
| DELETE | /api/web/namespaces/{namespace}/billing/payment_methods/{name} | Angegebene Zahlungsmethode löschen. |
| GET | /no_auth/namespaces/system/billing/plan_transition | GetPlanTransition. |
| POST | /api/web/namespaces/{namespace}/billing/plan_transition | InitiatePlanTransition. |
| POST | /api/web/namespaces/{metadata.namespace}/quotas | Kontingent erstellen. |
| PUT | /api/web/namespaces/{metadata.namespace}/quotas/{metadata.name} | Kontingent ersetzen. |
| GET | /api/web/namespaces/{namespace}/quota/limits | Benutzerdefinierte GET-Kontingentlimits. |
| GET | /api/web/namespaces/{namespace}/quota/usage | Kontingentnutzung abrufen. |
| GET | /api/web/namespaces/{namespace}/quotas | Kontingente auflisten. |
| GET | /api/web/namespaces/{namespace}/quotas/{name} | Kontingent abrufen |
| DELETE | /api/web/namespaces/{namespace}/quotas/{name} | Kontingent löschen. |
| GET | /api/web/namespaces/{namespace}/subscriptions/custom_list | Abonnements auflisten. |
| POST | /api/web/namespaces/system/addon/subscribe | XC-Addon-Dienste abonnieren. |
| POST | /api/web/namespaces/system/addon/unsubscribe | XC-Addon-Dienste abbestellen. |
| POST | /api/web/namespaces/{namespace}/current_usage | Aktuelle Nutzungsdetails auflisten. |
| POST | /api/web/namespaces/{namespace}/hourly_usage_details | Stündliche Nutzungsdetails auflisten. |
| POST | /api/web/namespaces/{namespace}/monthly_usage | Monatliche Nutzungsdetails auflisten. |
| POST | /api/web/namespaces/{namespace}/usage_details | Nutzungsdetails auflisten. |
| GET | /api/web/namespaces/system/usage_plans/current | Aktuellen Nutzungsplan abrufen. |
| GET | /api/web/namespaces/system/usage_plans/custom_list | Nutzungspläne auflisten. |