Class AuthCustomObjectAPI
CustomObjectAPI
This is the main class to communicate with LoginRadius Auth Custom object API.
Namespace: LoginRadiusSDK\CustomerRegistration\Authentication
Located at LoginRadiusSDK/CustomerRegistration/Authentication/AuthCustomObjectAPI.php
Located at LoginRadiusSDK/CustomerRegistration/Authentication/AuthCustomObjectAPI.php
public
|
|
public
type
|
|
public
type
|
#
updateCustomObjectData( $access_token, $object_name, $object_record_id, $update_type, $data, $fields = '*' )
Update custom object data. |
public
type
|
|
public
type
|
#
getCustomObjectSetByID( $access_token, $object_name, $object_record_id, $fields = '*' )
Get custom object Set by id. |
public
type
|
#
deleteCustomObjectSet( $access_token, $object_name, $object_record_id, $fields = '*' )
Delete custom object using ObjectRecordId. |