post https://{tenantUrl}/public-api/resources/subscription-plans/v2.0
Create a new Subscription plans
Log in to see full request history
Responses
422The payload you provided is invalid
Create a new Subscription plans
422The payload you provided is invalid
xxxxxxxxxx
11curl --request POST \
--url https://example.com/public-api/resources/subscription-plans/v2.0 \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"renewalCycle": "monthly",
"type": "pre-paid",
"status": "enabled"
}
'
Try It!
to start a request and see the response here! Or choose an example: