{ "opencollection": "1.0.0", "info": { "name": "Product Catalog Management agreement billingCycleSpecification API", "version": "5.0.0" }, "items": [ { "info": { "name": "billingCycleSpecification", "type": "folder" }, "items": [ { "info": { "name": "List or find BillingCycleSpecification objects", "type": "http" }, "http": { "method": "GET", "url": "https://serverRoot/productCatalogManagement/v5/billingCycleSpecification", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to be provided in response" }, { "name": "offset", "value": "", "type": "query", "description": "Requested index for start of resources to be provided in response" }, { "name": "limit", "value": "", "type": "query", "description": "Requested number of resources to be provided in response" } ] }, "docs": "This operation list or find BillingCycleSpecification entities" }, { "info": { "name": "Creates a BillingCycleSpecification", "type": "http" }, "http": { "method": "POST", "url": "https://serverRoot/productCatalogManagement/v5/billingCycleSpecification" }, "docs": "This operation creates a BillingCycleSpecification entity." }, { "info": { "name": "Retrieves a BillingCycleSpecification by ID", "type": "http" }, "http": { "method": "GET", "url": "https://serverRoot/productCatalogManagement/v5/billingCycleSpecification/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the BillingCycleSpecification" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to provide in response" } ] }, "docs": "This operation retrieves a BillingCycleSpecification entity. Attribute selection is enabled for all first level attributes." }, { "info": { "name": "Updates partially a BillingCycleSpecification", "type": "http" }, "http": { "method": "PATCH", "url": "https://serverRoot/productCatalogManagement/v5/billingCycleSpecification/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the BillingCycleSpecification" } ] }, "docs": "This operation updates partially a BillingCycleSpecification entity." }, { "info": { "name": "Deletes a BillingCycleSpecification", "type": "http" }, "http": { "method": "DELETE", "url": "https://serverRoot/productCatalogManagement/v5/billingCycleSpecification/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the BillingCycleSpecification" } ] }, "docs": "This operation deletes a BillingCycleSpecification entity." } ] } ], "bundled": true }