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