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/listmultibusiness

Descripton:

Lists all the MultiBusiness businesses you have set up

Parameters:

None required.

Returns:

A data structure like so:

{
    'result': [{
            'BusinessID': 1,
            'BusinessName': 'Revuee',
            'Address1': '123 Fake street',
            'Address2': '',
            'Suburb': 'Auckland',
            'Postcode': '2000',
            'City': '',
            'PhoneNumber': '',
            'LocalRF': 'AUK',
            'ReplyToEmailAddress': null
        }, {... etc
	}]
}

Example:

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

Back to FastLabel