Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

POST

Service URLmember.asmx

 

Member web servisini kullanarak, üye listesine yeni üye ekleme, varolan üyeleri güncelleme, üyeleri sorgulama, üyenin dahil olduğu listeleri çekme gibi işlemler uygulayabilirsiniz.

Member web servisine ait aşağıda ki metodlar bulunmaktadır.

 

MetodAçıklama
AddToAllListsAdd the member defined by Key and Value pairs to all Interest Lists.
AddToSendListsAdd the member defined by Key and Value pairs to Interest Lists.
InsertMemberDemographyInsert/Update the member’s demographic information. The member is defined by Key and Value pair.
QueryCampaignsBetweenDatesFetches the campaigns and results for the specified member between specific dates.
QueryMemberDemographyQuery the member’s demographic information. The member is defined by Key and Value pair.
QueryMemberIDQuery 32-char ID of a member based on Key and Value pair.
QuerySendListsQuery the member’s send lists. The member is defined by Key and Value pair.
RemoveFromSendListsRemoves the member from Interest Lists. The member is defined by Key and Value pair.
SendOngoingEMailInsert/Update the member’s demographic information and Sends and Ongoing E-Mail template to the Client. The member is defined by Key and Value pair.
SendOngoingSmsInsert/Update the member’s demographic information and Sends and Ongoing Sms template to the Client. The member is defined by Key and Value pair.
UpdateMemberDemographyInsert/Update the member’s demographic information. The member is defined by Key and Value pair.

 

 

Geliştiricinin her hangi bir web servis ile etkileşime geçebilmesi için, öncelikle Login metodunu kullanarak bir  SERVICE TICKET alması gerekir. Diğer web servis ve metodlarına yaratmış olduğu bu değer ile istekte bulunabilir.

  • No labels