Overview
Error Handling

Methods

API Documentation (API Version bleed)

Billing/Cycle/

DESCRIPTION

API methods for fetching all possible billing cycles

list

URL:

https://api.liquidweb.com/bleed/Billing/Cycle/list

Description:

Returns all possible billing cycles and their length, in months.

Parameters:

ParameterTypeNotes
order_byAn associative array containing the fields:
 
fieldOne of: 'months', 'name'* Required
sortOne of: 'asc', 'desc'* Optional
  • Defaults to: desc
page_numA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 1
page_sizeA positive integer value (i.e. 1 and up).* Optional
  • Defaults to: 25

Returns:

FieldType
itemsAn array of associative arrays containing
 
monthsA positive integer value (i.e. 1 and up).
nameA single word, consisting of only letters and digits.

Possible Errors:

Refer to the Error Handling documentation for the list of exception types