Products REST Endpoints
Products
Products
- Get a specific plan for a product by product Id and plan Id
- Method: getPath:
/PASService/rest/services/v1/products/{productId}/plans/{planId} - Get a specific product by product Id
- Method: getPath:
/PASService/rest/services/v1/products/{productId} - Get list of plans for a product by product Id
- Method: getPath:
/PASService/rest/services/v1/products/{productId}/plans - Get list of products
- Method: getPath:
/PASService/rest/services/v1/products