You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Object which represents customer in LAC. Used to add, edit or get list of customers. Contains properties:

Property name

Type

Description

id

integer

Id of contact 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 to the customer.

fax_number

string

Fax number to the customer.

vat_number

string

Vat number of the customer.

description

string

Description of the customer.

Contacts

ArrayOfSoap_Contact

Array of Soap_Contact objects defined for the Customer.


  • No labels