{ "opencollection": "1.0.0", "info": { "name": "API CustomerBill", "version": "4.0.0" }, "items": [ { "info": { "name": "customerBillOnDemand", "type": "folder" }, "items": [ { "info": { "name": "List or find CustomerBillOnDemand objects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customerBillOnDemand", "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 CustomerBillOnDemand entities" }, { "info": { "name": "Creates a CustomerBillOnDemand", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/customerBillOnDemand" }, "docs": "This operation creates a CustomerBillOnDemand entity." }, { "info": { "name": "Retrieves a CustomerBillOnDemand by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customerBillOnDemand/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the CustomerBillOnDemand" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to provide in response" } ] }, "docs": "This operation retrieves a CustomerBillOnDemand entity. Attribute selection is enabled for all first level attributes." } ] }, { "info": { "name": "customerBill", "type": "folder" }, "items": [ { "info": { "name": "List or find CustomerBill objects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customerBill", "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 CustomerBill entities" }, { "info": { "name": "Retrieves a CustomerBill by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customerBill/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the CustomerBill" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to provide in response" } ] }, "docs": "This operation retrieves a CustomerBill entity. Attribute selection is enabled for all first level attributes." }, { "info": { "name": "Updates partially a CustomerBill", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/customerBill/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the CustomerBill" } ] }, "docs": "This operation updates partially a CustomerBill entity." } ] }, { "info": { "name": "appliedCustomerBillingRate", "type": "folder" }, "items": [ { "info": { "name": "List or find AppliedCustomerBillingRate objects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/appliedCustomerBillingRate", "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 AppliedCustomerBillingRate entities" }, { "info": { "name": "Retrieves a AppliedCustomerBillingRate by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/appliedCustomerBillingRate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the AppliedCustomerBillingRate" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated properties to provide in response" } ] }, "docs": "This operation retrieves a AppliedCustomerBillingRate entity. Attribute selection is enabled for all first level attributes." } ] }, { "info": { "name": "events subscription", "type": "folder" }, "items": [ { "info": { "name": "Register a listener", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/hub" }, "docs": "Sets the communication endpoint address the service instance must use to deliver information about its health state, execution state, failures and metrics." }, { "info": { "name": "Unregister a listener", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/hub/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the registered listener" } ] }, "docs": "Resets the communication endpoint address the service instance must use to deliver information about its health state, execution state, failures and metrics." } ] } ], "bundled": true }