cURL
curl --request POST \ --url https://dev-entitlements-api.spectertech.ai/api/v1/plan-entitlement-quota \ --header 'Content-Type: application/json' \ --data '{ "planId": "<string>", "entitlement": "<string>", "quota": 123 }'
{ "id": "<string>", "planId": "<string>", "entitlement": "<string>", "quota": 123 }
Create a new plan entitlement quota.
Unique identifier of the plan
Unique identifier of the entitlement
Quota for the entitlement in the plan
Created - Successful creation of plan entitlement quota
Unique identifier of the created plan entitlement quota