Zum Hauptinhalt springen
GET
/
subscriptions
/
{id}
/
estimated-amount
cURL
curl -X GET \
 /subscriptions/{id}/estimated-amount \
 --header "Authorization: Bearer <token>"
{
  "netAmount": "10.00 €"
}

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Pfadparameter

id
string
erforderlich

Subscription identifier

Antwort

Subscription resource

netAmount
string

Total net amount for the next billing

Beispiel:

"10.00 €"