C# Class Sage_One_Authorisation_Client.Contact_Helpers.ContactManager

Afficher le fichier Open project: Sage/sageone_api_csharp_sample Class Usage Examples

Méthodes publiques

Méthode Description
CreateContact ( string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string
DeleteContact ( string id, string token ) : string
GetContact ( string id, string token ) : ContactToGet
GetContactItemsPerPage ( string token, string page ) : ContactGetHeader
GetContacts ( string token ) : ContactGetHeader
GetContacts ( string token, string emailAddress ) : ContactGetHeader
UpdateContact ( string id, string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string

Method Details

CreateContact() public méthode

public CreateContact ( string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string
name string
companyName string
email string
telephone string
contactTypeID int
token string
Résultat string

DeleteContact() public méthode

public DeleteContact ( string id, string token ) : string
id string
token string
Résultat string

GetContact() public méthode

public GetContact ( string id, string token ) : ContactToGet
id string
token string
Résultat ContactToGet

GetContactItemsPerPage() public méthode

public GetContactItemsPerPage ( string token, string page ) : ContactGetHeader
token string
page string
Résultat ContactGetHeader

GetContacts() public méthode

public GetContacts ( string token ) : ContactGetHeader
token string
Résultat ContactGetHeader

GetContacts() public méthode

public GetContacts ( string token, string emailAddress ) : ContactGetHeader
token string
emailAddress string
Résultat ContactGetHeader

UpdateContact() public méthode

public UpdateContact ( string id, string name, string companyName, string email, string telephone, int contactTypeID, string token ) : string
id string
name string
companyName string
email string
telephone string
contactTypeID int
token string
Résultat string