This documentation is for the v5 (stable) version of the API.
Invocation URL: /v5/fastlabel/listcostcenters

Descripton:

List all your cost centers

Parameters:

Returns:

A data structure like so:

{
    'result': [{
            'CostCenterID': 32,
            'Title': 'Legal'
        }, { ...etc
	}]
}	

Example:

https://au.api.fastway.org/v5/fastlabel/listcostcenters?api_key=YOUR_API_KEY

Back to FastLabel