@theredspace/spp-client
Preparing search index...
Contact
Interface Contact
A person contact within the system. Supports Add, Read, Modify, Upsert, Delete.
interface
Contact
{
created
:
string
;
customerid
?:
string
;
email
?:
string
;
first_name
:
string
;
id
:
string
;
last_name
:
string
;
phone
?:
string
;
updated
:
string
;
}
Index
Properties
created
customerid?
email?
first_
name
id
last_
name
phone?
updated
Properties
created
created
:
string
Optional
customerid
customerid
?:
string
Optional
email
email
?:
string
first_
name
first_name
:
string
id
id
:
string
last_
name
last_name
:
string
Optional
phone
phone
?:
string
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
customerid
email
first_
name
id
last_
name
phone
updated
@theredspace/spp-client
Loading...
A person contact within the system. Supports Add, Read, Modify, Upsert, Delete.