Alert!

This is the latest version of the API! It is subject to change and may contain bugs! Use only for testing new features or at your own risk.
Invocation URL: /latest/fastlabel/listcostcenters

Descripton:

List all your cost centers

Parameters:

Returns:

A data structure like so:

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

Example:

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

Back to FastLabel