Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property name

Type

Description

id

integer

ID of the customer in LAC.

name

string

Name of the customer.

street

string

Street name.

zip_code

string

Zip code.

city

string

City name.

state

string

State name.

country

string

Country name.

phone_number

string

Phone number of the customer.

fax_number

string

Fax number of the customer.

vat_number

string

VAT number of the customer.
Note: This field has been replaced by the custom tag "vat_number" and is not currently supported in the SOAP API. This field has been temporarily retained to avoid changes to the wsdl; however, it will be ignored in add and edit functions, and in any other functions will return null as its value. This field will be removed from the API in the future. description

string

Description of the customer.

creation_time 

string

The time the customer was created in LAC.

update_time

string

The time the customer was last updated in LAC.

Contacts

ArrayOfSoap_Contact

Array of Soap_Contact objects defined for the Customer.

CustomTags

ArrayOfSoap_CustomTag

Array of Soap_CustomTag objects defined for the Customer.

...