Methods |
public
__construct
(
PHPFUI |
public
delete
(
string
$contact_id
) :
bool
DELETE a Contact Deletes the contact identified by the contact_id path parameter. Deleted
|
public
get
(
string
$contact_id
,
?
string
$include
=
NULL
) :
array
GET a Contact This endpoint GETs a specific contact resource (contact_id). Use the
|
public
put
(
string
$contact_id
,
PHPFUI PUT (update) a Contact The PUT method updates an existing contact. You must include the
|
Properties |
Methods |