CustomerIdentifierHandler
This class contains the functions to perform the following:
- Retrieve Customer Identifiers(s)
api | |
---|---|
package | simPROAPI |
subpackage | Customers |
author | Nathan Muir |
version | 2011-08-23 |
Insert(int $CompanyID, string $TagName) : int
int
the company id
string
the identifier name
int
Retrieve(int $CompanyID, int $CustomerIdentifierID) : array
This function retrieves details for a specific details id
uses | \CustomerIdentifierHandler::RetrieveList() |
---|
int
the Company ID. In single company builds, this is 0.
int
the Customer Identifier id to retrieve details for
array
RetrieveList(int $CompanyID, array $CustomerIdentifierIDs) : array
This function retrieves details on the provided list of Customer Identifier ids
used_by | \CustomerIdentifierHandler::Search() |
---|---|
used_by | \CustomerIdentifierHandler::Retrieve() |
int
the Company ID. In single company builds, this is 0.
array
the Customer Identifier ids to retrieve details for
array
Search(int $CompanyID, string $Name = '%') : array
This function searches for a customer group with a name. Use % for wildcards
uses | \CustomerIdentifierHandler::RetrieveList() |
---|
int
the Company ID. In single company builds, this is 0.
string
The Customer Identifier Name to search for
array
Update(int $CompanyID, int $TagID, string $TagName) : int
int
int
string
int