\FuelSdkET_ProfileAttribute

This class defines any additional attribute for a subscriber.

Summary

Methods
Properties
Constants
__construct()
post()
get()
patch()
delete()
$authStub
$props
$filter
$organizationId
$organizationKey
No constants found
No protected methods found
$obj
$lastRequestID
N/A
No private methods found
No private properties found
N/A

Properties

$authStub

$authStub : \FuelSdk\ET_Client

Type

\FuelSdk\ET_Client — The ET client object which performs the auth token, refresh token using clientID clientSecret

$props

$props : array

Type

array — Dictionary type array which may hold e.g. array('id' => '', 'key' => '')

$filter

$filter : array

Type

array — Dictionary type array which may hold e.g. array("Property"=>"", "SimpleOperator"=>"","Value"=>"")

$organizationId

$organizationId : string

Type

string — Organization Identifier.

$organizationKey

$organizationKey : string

Type

string — Organization Key.

$obj

$obj : string

Type

string — Object name, e.g. "ImportDefinition", "DataExtension", etc

$lastRequestID

$lastRequestID : string

Type

string — last Request identifier.

Methods

__construct()

__construct() 

Initializes a new instance of the class and set the since last batch to true.

post()

post() : \FuelSdk\ET_Configure

This method is used to create Property Definition for a subscriber

Returns

\FuelSdk\ET_Configure

Object of type ET_Configure which contains http status code, response, etc from the POST SOAP service

get()

get() : \FuelSdk\ET_Info

This method is used to get Property Definition for a subscriber

Returns

\FuelSdk\ET_Info

Object of type ET_Info which contains http status code, response, etc from the GET SOAP service

patch()

patch() : \FuelSdk\ET_Configure

This method is used to update Property Definition for a subscriber

Returns

\FuelSdk\ET_Configure

Object of type ET_Configure which contains http status code, response, etc from the UPDATE SOAP service

delete()

delete() : \FuelSdk\ET_Configure

This method is used to delete Property Definition for a subscriber

Returns

\FuelSdk\ET_Configure

Object of type ET_Configure which contains http status code, response, etc from the DELETE SOAP service