actindo ->dk__get_set_properties
actindo -> dk__get_set_properties: Get all set properties for customer
Signaturstring dk__get_set_properties( string $sid, int $id [, int $address_id] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $id
    customer id
     
  • int $address_id
    address id (defaults to 0)
     
Returnsstring
array( * 'ok' => TRUE/FALSE, * 'properties' => array( * array('field_id' => 'id1','field_value' => 'value1'), * array('field_id' => 'id2','field_value' => 'value2'), * ) * )
 
DescriptionGet all set properties for customer