GET
/
subscription-items
/
{id}
/
estimated-amount
curl -X GET \
 /subscription-items/{id}/estimated-amount \
 --header "Authorization: Bearer <token>"
{
  "netAmount": "10.00 €"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

SubscriptionItem identifier

Response

200
application/json
SubscriptionItem resource
netAmount
string

Total net amount for the next billing