Addon Proration Preview
Preview the prorated charge for an addon purchase. Issue #1064.
Preview the prorated charge for an addon purchase. Issue #1064.
AuthorizationBearer <token>
In: header
Query Parameters
addon_slug*Addon Slug
quantity?Quantity
Default
1Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/billing/addon-proration-preview?addon_slug=string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}