refreshBillingItemSnapshot


SoftLayer_Brand::refreshBillingItemSnapshot

Begins the process for refreshing the billing item snapshots

Description

When this service is called given an IBM Cloud infrastructure account ID owned by the calling brand, the process is started to refresh the billing item snapshots belonging to that account. This refresh is async and can take an undetermined amount of time. Even if this endpoint returns an OK, it doesn’t guarantee that refresh did not fail or encounter issues.

Parameters

Name Type Description
accountId int

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Brand/{SoftLayer_BrandID}/refreshBillingItemSnapshot'