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

Descripton:

Adds a contact to the list of customer contacts.

Parameters:

UserID - The UserID (from List Users) who is creating the manifest. Optional only if the Account only has one user.
AccountNo - Your unique customer identifier
Company - The name of the contacts company
FirstName (Required) - The contacts First Name
LastName (Required) - The contacts Last Name
StreetAddress (Required) - The contacts Street Address
Suburb (Required) - The contacts Suburb
Postcode (Required) - The contacts Postcode
City - The city in which the contact resides
Phone - The contacts phone number
EmailAddress - The contacts Email Address

Returns:

true on success, or an error on failure.

{
    'result': [
        {
          success:true,
          contactId:123456  
        }
    ],
    'generated_in': '268ms'
}

Example:

https://au.api.fastway.org/v2/fastlabel/addcontact/96?AccountNo=1111&Company=Test Co&FirstName=Tim&Lastname=Trumble&StreetAddress=123 test road&Suburb=Ahuriri&Postcode=4110&City=Napier&Phone=0987654321&EmailAddress=Tim@testing.com&api_key=YOUR_API_KEY

Back to FastLabel