This documentation is for the v2 (stable) version of the API.
Invocation URL: /v2/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/v2/fastlabel/listmultibusiness?api_key=YOUR_API_KEY

Back to FastLabel