The Soap_Contact object represents a contact in LAC. This object is used to add/edit contacts assigned to a Customer.

Soap_Contact contains the following properties:

Property name

Type

Description

id

integer

ID of the contact in LAC.

name

string

Name of the contact.

email

string

Email of the contact.

customer_id

integer

ID of the customer in LAC.

creation_time

string

The time the contact was created in LAC.

update_time

string

The time the contact was last updated in LAC.


  • No labels