Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Status
colourGreen
titlePOST
 
Anchor
topmws
topmws

...

Member Web Service allow you to perform many operations:

  • Add new members to existing lists
  • Update existing members 
  • Create inquiries about members
  • Create Push Subscription



Member Web Service Methods

The following table lists supported methods in Member Web Service and provides a brief description of each method. For detailed information, click on the method name:


MethodDescription
AddToAllListsAdds
the member defined by Key and Value pairs to all Interest Lists
a specific user to all the lists.
AddToSendListsAdds
the member defined by Key and Value pairs to Interest Lists.InsertMemberDemographyInsert/Update
a specific user to selected lists.
ChangeMemberPermissionByEmailUpdate the member's channel permissions The member is defined by Email.
CreatePushSubscriptionCreate a new push subscription or update existing one with Member ID, Token, App Alias and Status
InsertMemberDemographyInserts/Updates the member’s demographic information.
The member is defined by Key and Value pair.Fetches the campaigns and results for the specified member between specific
Shows the specific campaign information obtained by the member between selected dates.
QueryMemberDemography
Queries
Lists the
member’s demographic information. The member is defined by Key and Value pair
demographic areas for the member.
QueryMemberIDQueries 32-char ID of a member based on Key and Value pair.
QuerySendLists
Queries
Shows the
member’s send lists. The member is defined by Key and Value pair
lists that the specific member is included in.
RemoveFromSendListsRemoves
the member from Interest Lists. The member is defined by Key and Value pair
a specific member from a specific list.
SendOngoingEMail
Inserts/Updates the member’s demographic information and Sends and Ongoing Email template to the client. The member is defined by Key and Value pair
Updates member's demographic information, adds member if the member does not exist in the system and triggers an ongoing email campaign.
SendOngoingSms
Inserts/Updates the member’s demographic information and Sends and Ongoing SMS template to the Client. The member is defined by Key and Value pair
Updates member's demographic information, adds member if member does not exist in the system and triggers an ongoing SMS campaign.
UpdateMemberDemography
Inserts/Updates the member’s
Updates member's demographic information.
The member is defined by Key and Value pair.

 

 

WarningGeliştiricinin her hangi bir web servis ile etkileşime geçebilmesi için, öncelikle Login metodunu kullanarak bir 
QueryLastPermissionUpdateOfAMemberQueries a member's last permission update details.
QueryMembersWithPermissionUpdateQueries the members whose permissions are updated between a given date range.



Warning

To interact with any Web Services, developers must first use the Login method to create a

Status
subtletrue
colourRed
title Service Ticket
 alması gerekir. Diğer web servis ve metodlarına yaratmış olduğu bu değer ile istekte bulunabilir.

 

. Developers can send requests to other Web Service and methods using this

Status
subtletrue
colourRed
title Service Ticket



AddToAllLists 
Anchor
addtoalllists
addtoalllists

Back to Top ^

<AddToAllLists>
Belli bir kullanıcıyı tüm listelere eklerAdds a specific user to all the lists.
Parametreler

Parameters


 
ParameterParametreValueDeğer
ServiceTicket
 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

Key

This field must contain the account-specific primary key column (EMAIL,

MEMBER

KEY_ID

veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı

).

Status
colourGreen
titlezorunluMANDATORY

ValueKey alanında belirtilen alan adının değeri.The value of the field name specified in the Key field

Status
colourGreen
titlezorunluMANDATORY




Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xmlns:xsd="http://www.w3.org/2001/XMLSchema"     xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
   
    <AddToAllLists xmlns="http://ws.euromsg.com/member">

           <ServiceTicket>string</ServiceTicket>
 
          <Key>string</Key>
   
        <Value>string</Value>
   
    </AddToAllLists>
 
  </soapsoap12:Body>
</soapsoap12:Envelope> Envelope>


Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope     xmlns:soapxsi="http://schemaswww.xmlsoapw3.org/soap/envelope/"
   2001/XMLSchema-instance" xmlns:xsixsd="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsdsoap12="http://www.w3.org/2001/XMLSchema2003/05/soap-envelope">
    <soap<soap12:Body>
   
    <AddToAllListsResponse xmlns="http://ws.euromsg.com/member">
      <AddToAllListsResult />
    <AddToAllListsResult></AddToAllListsResponse>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </AddToAllListsResult>
        </AddToAllListsResponse>
    </soap:Body>
</soap:Envelope> 
Tip
Başarılı istek durumunda 
</soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, the 

Status
subtletrue
colourRed
title

<Code>

Code

 parametresi

 parameter will return 

Status
subtletrue
colourRed
title00

olarak cevap döner

  as a response.

Hata Parametreleri

 

Error Parameters


CodeError MessageDetailedMessageDescriptionAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99No such member! Kullanıcı sistemde bulunmuyor.
 
Member does not exist in the system.



AddToSendLists 
Anchor
addtosendlist
addtosendlist

Back to Top ^

<AddToSendLists>
Belli bir kullanıcıyı belirtilen listelere eklerAdds a specific user to selected lists.
Parametreler

Parameters


 
 
ParameterParametreValueDeğer
ServiceTicketServiceTicketLogin aksiyonu ile elde edilen ServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, MEMBERKEY_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı).

Status
colourGreen
titlezorunluMANDATORY

ValueKey alanında belirtilen alan adının değeri.The value of the field name specified in the Key field

Status
colourGreen
titlezorunluMANDATORY

SendListsEmSendList dizisi ile birden fazla liste belirtilebilir.You can select multiple lists by using EmSendList string

Status
colourGreen
titlezorunluMANDATORY

MoveIf true gönderilmesi durumunda, SendLists dizisinde yer almayan listelerden çıkarır., remove from the lists that are not specified in SendLists string

Status
colourGreen
titlezorunluMANDATORY




Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"     xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
   
    <AddToSendLists xmlns="http://ws.euromsg.com/member">
   
        <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>
      <Value>string</Value>
     <Value>string</Value> <SendLists>
        <EmSendList>
  <SendLists>        <ListName>string</ListName>
        <EmSendList>  <GroupName>string</GroupName>
        </EmSendList>
        <EmSendList>
<ListName>string</ListName>          <ListName>string</ListName>
          <GroupName>string</GroupName>
                </EmSendList>
      </SendLists>
      <Move>boolean</Move>
  <EmSendList>  </AddToSendLists>
                  <ListName>string</ListName>
                    <GroupName>string</GroupName>
                </EmSendList>
            </SendLists>
            <Move>boolean</Move>
        </AddToSendLists>
    </soap:Body>
</soap:Envelope></soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:soapxsi="http://schemaswww.xmlsoapw3.org/soap/envelope/2001/XMLSchema-instance"     xmlns:xsixsd="http://www.w3.org/2001/XMLSchema-instance"     xmlns:xsdsoap12="http://www.w3.org/2003/200105/XMLSchemasoap-envelope">
    <soap<soap12:Body>
        <AddToSendListsResponse xmlns="http://ws.euromsg.com/member">
            <AddToSendListsResult>
                <Code>00</Code>
                <Message />
            <AddToSendListsResult />
   <DetailedMessage />
            </AddToSendListsResult>
        </AddToSendListsResponse>
 
  </soapsoap12:Body>
</soapsoap12:Envelope>


Tip
Başarılı istek durumunda 

If the request was successful, the 

Status
subtletrue
colourRed
title

<Code>

Code

 parametresi

 parameter will return 

Status
subtletrue
colourRed
title00

olarak cevap döner

  as a response.

Hata Parametreleri

 

Error Parameters


CodeError MessageDetailedMessageAçıklamaDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99The list or lists you provided are not valid! Belirtilen liste bulunamadıThe specified list was not found.
 





Anchor

InsertMemberDemography 

ChangeMemberPermissionByEmail

anchor

ChangeMemberPermissionByEmail

insertmember

ChangeMemberPermissionByEmail

insertmember


Back to Top ^

 

<InsertMemberDemography>
Yeni üyeyi, demografik bilgileri ile ekler.


Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
<ChangeMemberPermissionByEmail>
Update the member's channel permissions The member is defined by Email.


Parameters



EmKeyValue dizisi ile üyeye ait alanlar belirlenir.zorunluÜye sistemde var ise, true değeri gönderilmesi durumunda, varolan üye güncellenir.zorunlu
ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunlu

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.

Status
colourMANDATORY

EmailValueEmail address

Status
colourGreen
titlezorunluMANDATORY

ValueKey alanında belirtilen alan adının değeri.StatusMember Status A: Active , P: Passive

Status
colourGreen
titlezorunluMANDATORY

DemograficData
EmailPermitEmail opt-in Y: Yes, N: No

Status
colourGreen
title

MANDATORY

ForceUpdate
GsmPermitSMS opt-in Y: Yes, N: No

Status
colourGreen
title

MANDATORY

Note
Ad, Soyad gibi alanlar Related Marketing Cloud platformu üzerinden ayarlanır.

Statik Alanlar



 

Field NameDescriptionEMAILEmail addressSTATUSMember Status. A: Active, P: PassiveEMAIL_PERMITEmail opt-in. Y: Yes, N: NoGSM_PERMITSMS opt-in. Y: Yes, N: NoFAX_PERMITFAX opt-in. Y: Yes, N: NoCALL_PERMITCall Center opt-in. Y: Yes, N: NoPRINT_PERMITPrint opt-in. Y: Yes, N: NoREFERRALReferral AddressREFERRAL_DOMAINReferral Domain<?xml version=
Code Block
languagexml
titleORNEK REQUEST
linenumberstrue
Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xmlns:xsd="http://www.w3.org/2001/XMLSchema"     xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
        <InsertMemberDemography<ChangeMemberPermissionByEmail xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key><EmailValue>string</EmailValue>
            <Value>string</Value><Status>string</Status>
      <EmailPermit>string</EmailPermit>
     <DemograficData> <GsmPermit>string</GsmPermit>
    </ChangeMemberPermissionByEmail>
  </soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
    <EmKeyValue>
      <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ChangeMemberPermissionByEmailResponse xmlns="http://ws.euromsg.com/member">
      <ChangeMemberPermissionByEmailResult <Key>string</Key>>
      <MemberID>
             <Value>string</Value><string>string</string>
         <string>string</string>
      </EmKeyValue>MemberID>
    </ChangeMemberPermissionByEmailResponse>
           <EmKeyValue>
                    <Key>string</Key>
                    <Value>string</Value>
                </EmKeyValue>
            </DemograficData>
            <ForceUpdate>boolean</ForceUpdate>
        </InsertMemberDemography>
    </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleORNEK RESPONSE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
        <InsertMemberDemographyResponse xmlns="http://ws.euromsg.com/member">
            <InsertMemberDemographyResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </InsertMemberDemographyResult>
            <MemberID>B04314B832A549A3B92A11153D1F7BA9</MemberID>
        </InsertMemberDemographyResponse>
    </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
olarak cevap döner. Buna ek olarak yeni eklenen veya güncellenen üyenin 
Status
subtletrue
colourRed
titleMemberID
 alanı döner.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.99Member already exists. No insertion will be done! ForceUpdate false ise ve kullanıcı sistemde yer alıyorsa alınan hatadır.

 

QueryCampaignsBetweenDates  Anchorquerycampaigndatesquerycampaigndates

Back to Top ^

<QueryCampaignsBetweenDates>
Üyenin belirtilen tarih aralığında aldığı kampanya bilgilerini gösterir.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlezorunlu

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.

Status
colourGreen
titlezorunlu

ValueKey alanında belirtilen alan adının değeri.

Status
colourGreen
titlezorunlu

BeginDateBaşlangıç Tarihi. yyyy-MM-dd HH:mm:ss veya yyyyMMdd HH:mm:ss

Status
colourGreen
titlezorunlu

EndDateBitiş Tarihi. yyyy-MM-dd HH:mm:ss veya yyyyMMdd HH:mm:ss

Status
colourGreen
titlezorunlu

Code Block
languagexml
titleORNEK REQUEST
linenumberstrue
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <QueryCampaignsBetweenDates xmlns="http://ws.euromsg.com/member"> <ServiceTicket>string</ServiceTicket> <Key>string</Key>
</soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, the 

Status
subtletrue
colourRed
titleCode
 parameter will return 
Status
subtletrue
colourRed
title00
  as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.
99No such member!Member does not exist in the system.



CreatePushSubscription 
Anchor
pushsubscription
pushsubscription

Back to Top ^

<CreatePushSubscription>
Create a new push subscription or update existing one with Member ID, Token, App Alias and Status.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titleMANDATORY

MemberIDMEMBER_ID

Status
colourGreen
titleMANDATORY

PushTokenPush Token

Status
colourGreen
titleMANDATORY

AppAliasApp Alias at Customer Push Application(s)

Status
colourGreen
titleMANDATORY

ForceUpdateIf the token exists in the system and the value is  true , then the existing member is updated

Status
colourGreen
titleMANDATORY

Status

Token Status:

  • A = Active
  • I = Invalid
  • P = Passive
  • X = Expired

If ForceUpdate flag is false Status is not optional. Status is required for all other situations.

Status
colourBlue
titleCONDITIONAL




Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <PushSubscription xmlns="http://ws.euromsg.com/member">
      <ServiceTicket>string</ServiceTicket>
      <PushToken>string</PushToken>
      <MemberID>string</MemberID>
      <AppAlias>string</AppAlias>
      <Status>string</Status>
      <ForceUpdate>boolean</ForceUpdate>
    </PushSubscription>
  </soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <PushSubscriptionResponse xmlns="http://ws.euromsg.com/member">
      <PushSubscriptionResult />
      <Success>boolean</Success>
    </PushSubscriptionResponse>
  </soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, the

Status
subtletrue
colourRed
titleCode
 parameter will return
Status
subtletrue
colourRed
title00
as a response. In addition to that,
Status
subtletrue
colourRed
titleSuccess
field of the newly added or updated token status will also be returned as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.
99No such member!A member matching the Key parameter value does not exist.




InsertMemberDemography 
Anchor
insertmember
insertmember

Back to Top ^


<InsertMemberDemography>
Inserts/Updates the member’s demographic information.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titleMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, KEY_ID).

Status
colourGreen
titleMANDATORY

ValueThe value of the field name specified in the Key field

Status
colourGreen
titleMANDATORY

DemograficDataDefine the fields for member with the EmKeyValue string

Status
colourGreen
titleMANDATORY

ForceUpdateIf the member exists in the system and the value is  true , then the existing member is updated

Status
colourGreen
titleMANDATORY


Note
Fields like First Name and Last Name are set through the RMC platform.


Info
titleInformation

When uploading member, format of GSM must be as below:

  • Format 1: 05351234567
  • Format 2: 5351234567
  • Format 3: 535.1234567

Static Fields


Field NameDescription
EMAILEmail address
STATUSMember Status. A: Active, P: Passive
EMAIL_PERMITEmail opt-in. Y: Yes, N: No
GSM_PERMITSMS opt-in. Y: Yes, N: No
FAX_PERMITFAX opt-in. Y: Yes, N: No
CALL_PERMITCall Center opt-in. Y: Yes, N: No
PRINT_PERMITPrint opt-in. Y: Yes, N: No
REFERRALReferral Address
REFERRAL_DOMAINReferral Domain




Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <InsertMemberDemography xmlns="http://ws.euromsg.com/member">
      <ServiceTicket>string</ServiceTicket>
      <Key>string</Key>
      <Value>string</Value>
      <DemograficData>
      
<BeginDate>string</BeginDate>
  <EmKeyValue>
          
<EndDate>string<
<Key>string</
EndDate>
Key>
          
</QueryCampaignsBetweenDates>
<Value>string</Value>
        </
soap:Body> </soap:Envelope> Code Block
languagexml
titleORNEK RESPONSE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
EmKeyValue>
        <EmKeyValue>
          
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<Key>string</Key>
    
<soap:Body>
      <Value>string</Value>
  
<QueryCampaignsBetweenDatesResponse
      </EmKeyValue>
      
xmlns="http://ws.euromsg.com/member">
</DemograficData>
      <ForceUpdate>boolean</ForceUpdate>
    </InsertMemberDemography>
<QueryCampaignsBetweenDatesResult>
  </soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
<Code>00</Code>
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    
<Message /
<InsertMemberDemographyResponse xmlns="http://ws.euromsg.com/member">
      
<DetailedMessage
<InsertMemberDemographyResult />
      
<MemberID>string</MemberID>
    </
QueryCampaignsBetweenDatesResult>
InsertMemberDemographyResponse>
  
<CampaignResults> <EmCampaignResult> <CampaignId>string</CampaignId> <CampaignName>string</CampaignName> <DeliveryStatus>string</DeliveryStatus> <DeliveryDate>string</DeliveryDate> <ChannelAddress>string</ChannelAddress> <ChannelType>string</ChannelType> <SentTime>string</SentTime> <Subject>string</Subject> <CampaignMessage>string</CampaignMessage> </EmCampaignResult> <EmCampaignResult> <CampaignId>string</CampaignId> <CampaignName>string</CampaignName> <DeliveryStatus>string</DeliveryStatus> <DeliveryDate>string</DeliveryDate> <ChannelAddress>string</ChannelAddress> <ChannelType>string</ChannelType>
</soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, the

Status
subtletrue
colourRed
titleCode
 parameter will return
Status
subtletrue
colourRed
title00
as a response. In addition to that,
Status
subtletrue
colourRed
titleMemberID
field of the newly added or updated member will also be returned as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.
99Member already exists. No insertion will be done!If ForceUpdate is false and the member already exists in the system.



QueryCampaignsBetweenDates 
Anchor
querycampaigndates
querycampaigndates

Back to Top ^

<QueryCampaignsBetweenDates>
Shows the specific campaign information obtained by the member between selected dates.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titleMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, KEY_ID).

Status
colourGreen
titleMANDATORY

ValueThe value of the field name specified in the Key field

Status
colourGreen
titleMANDATORY

BeginDateStart Date. yyyy-MM-dd HH:mm:ss or yyyyMMdd HH:mm:ss

Status
colourGreen
titleMANDATORY

EndDateEnd Date. yyyy-MM-dd HH:mm:ss or yyyyMMdd HH:mm:ss

Status
colourGreen
titleMANDATORY




Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <QueryCampaignsBetweenDates xmlns="http://ws.euromsg.com/member">
      <ServiceTicket>string</ServiceTicket>
      <Key>string</Key>
      <Value>string</Value>
      <BeginDate>string</BeginDate>
      <EndDate>string</EndDate>
    </QueryCampaignsBetweenDates>
  </soap12:Body>
</soap12:Envelope>


true
<DeliveryDate>string</DeliveryDate>
          <ChannelAddress>string</ChannelAddress>
          <ChannelType>string</ChannelType>
          <SentTime>string</SentTime>
          <Subject>string</Subject>
          <CampaignMessage>string</CampaignMessage>
        </EmCampaignResult>
      </CampaignResults>
    </QueryCampaignsBetweenDatesResponse>
  </soap12:Body>
</soap12:Envelope>
Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <QueryCampaignsBetweenDatesResponse xmlns="http://ws.euromsg.com/member">
      <QueryCampaignsBetweenDatesResult />
      <CampaignResults>
        <EmCampaignResult>
          <CampaignId>string</CampaignId>
          <CampaignName>string</CampaignName>
          <DeliveryStatus>string</DeliveryStatus>
          <SentTime>string<<DeliveryDate>string</SentTime>DeliveryDate>
          <ChannelAddress>string</ChannelAddress>
          <Subject>string<<ChannelType>string</Subject>ChannelType>
          <SentTime>string</SentTime>
          <CampaignMessage>string</CampaignMessage><Subject>string</Subject>
          <CampaignMessage>string</CampaignMessage>
        </EmCampaignResult>
        <EmCampaignResult>
         </CampaignResults> <CampaignId>string</CampaignId>
          <CampaignName>string</CampaignName>
          </QueryCampaignsBetweenDatesResponse><DeliveryStatus>string</DeliveryStatus>
          </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtle


Tip
 parametresi

If the request was successful, 

Status
subtletrue
colourRed
title

<code>
Code
 the parameter will return 
Status
subtletrue
colourRed
title00

olarak cevap döner

  as a response.


Delivery StatusRD : Read, HU : hard-undelivered, SU : Soft Undelivered

Status
colourGreen
titleemail

Delivery StatusRelayed To Operator, Relayed To Gsm, Delivered, Error_Message, Unexpected Error

Status
colourGreen
titleSMS

 

Hata Parametreleri

 

Error Parameters


CodeError MessageDetailedMessageAçıklamaDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99Not a valid Date! Belirtilen tarih formatı geçersiz.
 
The specified date format is invalid.



QueryMemberId 
Anchor
memberid
memberid

Back to Top ^

<QueryMemberID>
Belli bir üyeye ait 32 karakterlik ID’yi döndürür.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
Queries 32-char ID of a member based on Key and Value pair.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, MEMBERKEY_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı).

Status
colourGreen
titlezorunluMANDATORY

ValueKey alanında belirtilen alan adının değeri.The value of the field name specified in the Key field

Status
colourGreen
titlezorunluMANDATORY




Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
 
      <QueryMemberID xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>

           <Value>string</Value>
   
    </QueryMemberID>
 
  </soapsoap12:Body>
</soapsoap12:Envelope>


Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope     xmlns:soapxsi="http://schemaswww.xmlsoapw3.org/soap/envelope/"
   2001/XMLSchema-instance" xmlns:xsixsd="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsdsoap12="http://www.w3.org/2001/XMLSchema2003/05/soap-envelope">
    <soap<soap12:Body>
   
    <QueryMemberIDResponse xmlns="http://ws.euromsg.com/member">
      <QueryMemberIDResult />
    <QueryMemberIDResult>  <MemberID>string</MemberID>
    </QueryMemberIDResponse>
         <Code>00</Code>
                <Message />
                <DetailedMessage />
            </QueryMemberIDResult>
            <MemberID>D67C7F1655E34F3B8B1DA9BD55C8F4C8</MemberID>
        </QueryMemberIDResponse>
    </soap:Body>
</soap</soap12:Body>
</soap12:Envelope>


Tip
Başarılı istek durumunda  parametresi

If the request was successful, the

Status
subtletrue
colourRed
title

<Code>
Code
 parameter will return
Status
subtletrue
colourRed
title00

olarak cevap döner. Buna ek olarak yeni eklenen veya güncellenen üyenin 

as a response. In addition to that,

Status
subtletrue
colourRed
titleMemberID

 alanı döner.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama

field of the newly added or updated member will also be returned as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99No such member! Key parametresinde gönderilen değere göre bir kayıt mevcut değil.
 
A member matching the Key parameter value does not exist.



QuerySendLists 
Anchor
querysendlists
querysendlists

Back to Top ^

<QuerySendLists>
Belli bir üyenin bulunduğu listeleri gösterir.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
Shows the lists that the specific member is included in.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, MEMBERKEY_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.).

Status
colourGreen
titlezorunluMANDATORY

ValueKey alanında belirtilen alan adının değeri.The value of the field name specified in the Key field

Status
colourGreen
titlezorunluMANDATORY




Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
        <QuerySendLists xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
    
       <Key>string</Key>
            <Value>string</Value>
   
    </QuerySendLists>
 
  </soapsoap12:Body>
</soapsoap12:Envelope>


Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:soapxsi="http://schemaswww.xmlsoapw3.org/soap/envelope/"
   2001/XMLSchema-instance" xmlns:xsixsd="http://www.w3.org/2001/XMLSchema-instance"     xmlns:xsdxmlns:soap12="http://www.w3.org/2003/200105/XMLSchemasoap-envelope">
    <soap<soap12:Body>
   
    <QuerySendListsResponse
            xmlns="http://ws.euromsg.com/member">
      <QuerySendListsResult />
    <QuerySendListsResult>  <Lists>
        <EmSendList>
     <Code>00</Code>                 <Message /><ListName>string</ListName>
                <DetailedMessage />
 <GroupName>string</GroupName>
          </QuerySendListsResult>
   EmSendList>
        <Lists>
                <EmSendList>
                    <ListName>E-Bülten<<ListName>string</ListName>
          <GroupName>string</GroupName>
         <GroupName>Genel<</GroupName>EmSendList>
      </Lists>
      </QuerySendListsResponse>
  </EmSendList>
                <EmSendList>
                    <ListName>Test Grubu</ListName>
                    <GroupName>Genel</GroupName>
                </EmSendList>
                <EmSendList>
                    <ListName>HelloList</ListName>
                    <GroupName>Genel</GroupName>
                </EmSendList>
            </Lists>
        </QuerySendListsResponse>
    </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
Status
subtletrue
colourRed
title<code>
 parametresi
soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, 

Status
subtletrue
colourRed
titleCode
 the parameter will return 
Status
subtletrue
colourRed
title00

olarak cevap döner

  as a response.

Hata Parametreleri

 

Error Parameters


CodeError MessageDetailedMessageDescriptionAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99No such member! Belirtilen tarih formatı geçersiz.

 

A member matching the Key parameter value does not exist.



RemoveFromSendLists 
Anchor
removefrom
removefrom

Back to Top ^

<RemoveFromSendLists>
Belli bir üyeyi belli bir listeden çıkartır.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
Removes a specific member from a specific list.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
title

zorunlu

MANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL,
MEMBER
KEY_ID
veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı
).

Status
colourGreen
title

zorunlu Status

MANDATORY

Value
Key alanında belirtilen alan adının değeri.
The value of the field name specified in the Key field

Status
colourGreen
title

zorunlu

MANDATORY

SendLists
Üyenin çıkarılacağı liste adları.
The name of the lists to remove the member from

Status
colourGreen
title

zorunlu

MANDATORY

DeleteIfInNoList
Warning

If true

 gönderildiği taktirde, üyeyi belirtilen listeden çıkardıktan sonra, üye her hangi bir listede bulunmuyorsa, tamamen veritabanından silinir.!

 

, after removing the member from the specified list, if the member is not on any other lists, it is deleted from the database entirely

Status
colourGreen
title

zorunlu

MANDATORY




Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
   
    <RemoveFromSendLists xmlns="http://ws.euromsg.com/member">
     
      <ServiceTicket>string</ServiceTicket>
      <Key>string</Key>
      <Key>string<<Value>string</Key>Value>
      <SendLists>
     <Value>string</Value>   <EmSendList>
         <SendLists>                 <EmSendList>
                    <ListName>string</ListName>
                    <GroupName>string</GroupName>

               </EmSendList>
       
        <EmSendList>

                   <ListName>string</ListName>
                    <GroupName>string</GroupName>
       
        </EmSendList>
     
      </SendLists>
            <DeleteIfInNoList>boolean</DeleteIfInNoList>
   
    </RemoveFromSendLists>
 
  </soapsoap12:Body>
</soapsoap12:Envelope>


Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:soapxsi="http://schemaswww.xmlsoapw3.org/soap/envelope/2001/XMLSchema-instance"     xmlns:xsixsd="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsdsoap12="http://www.w3.org/2003/200105/XMLSchemasoap-envelope">
    <soap<soap12:Body>
   
    <RemoveFromSendListsResponse             xmlns="http://ws.euromsg.com/member">
            <RemoveFromSendListsResult>
                <Code>00</Code>
                <Message /<RemoveFromSendListsResult />
                <DetailedMessage />
         </RemoveFromSendListsResponse>
  </RemoveFromSendListsResult>
        </RemoveFromSendListsResponse>
    </soap:Body>
</soapsoap12:Body>
</soap12:Envelope>


Tip
Başarılı istek durumunda 

If the request was successful, the 

Status
subtletrue
colourRed
title

<code>

Code

 parametresi

 parameter will return 

Status
subtletrue
colourRed
title00

olarak cevap döner

  as a response.

Hata Parametreleri

 

Error Parameters


CodeError MessageDetailedMessageDescriptionAçıklama
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99No such member! Uye bulunamadiA member matching the Key parameter value does not exist.
99The list or lists you provided are not valid! Geçersiz liste adı.
 
Invalid list name.



SendOngoingEmail 
Anchor
sendongoing
sendongoing

Back to Top ^

<SendOngoingEMail>
Üye’nin demografik bilgilerini günceller, sistemde yer almıyorsa ekler ve sonunda bir email kampanyası tetikler.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
Updates member's demographic information, adds member if the member does not exist in the system and triggers an ongoing email campaign.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
title

zorunlu

MANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL,
MEMBER
KEY_ID
veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı
).

Status
colourGreen
title

zorunlu

MANDATORY

Value
Key alanında belirtilen alan adının değeri.
The value of the field name specified in the Key field

Status
colourGreen
title

zorunlu

MANDATORY

DemograficData
EmKeyValue dizisi ile üyeye ait alanlar belirlenir.
Defines the fields for member with the EmKeyValue string

Status
colourGreen
title

zorunlu

MANDATORY

ForceUpdate
Üye sistemde var ise, true değeri gönderilmesi durumunda, varolan üye güncellenir.
If the member exists in the system and the value is  true , then the existing member is updated

Status
colourGreen
title

zorunlu

MANDATORY

OngoingCampaignId
Üyeye gönderilecek olan kampanya ID’si.
The Ongoing Campaign ID to be sent to member

Status
colourGreen
title

zorunlu

MANDATORY


Note
Ad, Soyad gibi alanlar Related Marketing Cloud platformu üzerinden ayarlanır.

Statik Alanlar

 

Alan AdıAçıklama
Fields like First Name and Last Name are set through the RMC platform.

Static Fields


Field NameDescription
EMAILEmail
adresi
address
STATUS
Üye durumu
Member Status. A:
Aktif
Active, P:
Pasif
Passive
EMAIL_PERMITEmail
izin durumu
opt-in. Y:
Evet
Yes, N:
Hayır
No
GSM_PERMITSMS
izin durumu
opt-in. Y:
Evet
Yes, N:
Hayır
No
FAX_PERMITFAX
izin durumu
opt-in. Y:
Evet
Yes, N:
Hayır
No
CALL_PERMITCall Center
izin durumu
opt-in. Y:
Evet
Yes, N:
Hayır
No
PRINT_PERMITPrint
izin durumu
opt-in. Y:
Evet
Yes, N:
Hayır
No
REFERRAL
Referans adresi
Referral Address
REFERRAL_DOMAIN
Referans domain
Referral Domain



Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
        <SendOngoingEMail xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
     
      <Key>string</Key>
            <Value>string</Value>
     
      <DemograficData>
     
          <EmKeyValue>
                    <Key>string</Key>
  
                 <Value>string</Value>
       
        </EmKeyValue>

               <EmKeyValue>
 
                  <Key>string</Key>
                    <Value>string</Value>
     
          </EmKeyValue>
     
      </DemograficData>
     
      <ForceUpdate>boolean</ForceUpdate>
     
      <OngoingCampaignId>string</OngoingCampaignId>
   
    </SendOngoingEMail>
 
  </soapsoap12:Body>
</soapsoap12:Envelope>


Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope     xmlns:soapxsi="http://schemaswww.xmlsoapw3.org/soap/envelope/"
   2001/XMLSchema-instance" xmlns:xsixsd="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsdsoap12="http://www.w3.org/2003/200105/XMLSchemasoap-envelope">
    <soap<soap12:Body>
   
    <SendOngoingEMailResponse
            xmlns="http://ws.euromsg.com/member">
      <SendOngoingEMailResult />
    <SendOngoingEMailResult>  <MemberID>string</MemberID>
      <TransactionID>string</TransactionID>
       <Code>99</Code>
    </SendOngoingEMailResponse>
           <Message>Online Campaign does not exist!</Message>
                <DetailedMessage />
            </SendOngoingEMailResult>
            <MemberID />
            <TransactionID />
        </SendOngoingEMailResponse>
    </soap:Body>
</soap:Envelope>
Tip
Başarılı istek durumunda 
</soap12:Body>
</soap12:Envelope>


Tip
 parametresi

If the request was successful, the

Status
subtletrue
colourRed
title

<Code>
Code
 parameter will return
Status
subtletrue
colourRed
title00

olarak cevap döner. Buna ek olarak, gönderilen email için bir

as a response. In addition to that,

Status
subtletrue
colourRed
title

TransactionID ve
Status
subtletrue
colourRed
titleMemberID
 döner.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama

MemberID
field of the newly added or updated member will also be returned as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99Online Campaign does not exist! Üyeye tetiklenecek olan kampanya bulunamadı.

 

QueryMemberDemography 
The campaign to trigger for the member was not found.



QueryMemberDemography 
Anchor
querymemb
querymemb

Back to Top ^

<QueryMemberDemography>
Üyeye ait demografik alanları listelerLists the demographic areas for the member.
Parametreler

Parameters


 
 
ParameterParametreValueDeğer
ServiceTicketServiceTicketLogin aksiyonu ile elde edilen ServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, MEMBERKEY_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı).

Status
colourGreen
titlezorunluMANDATORY

ValueKey alanında belirtilen alan adının değeri.The value of the field name specified in the Key field

Status
colourGreen
titlezorunluMANDATORY


Note
Ad, Soyad gibi alanlar Related Marketing Cloud platformu üzerinden ayarlanır

Fields like First Name and Last Name are set through the RMC platform.




Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
        <QueryMemberDemography xmlns="http://ws.euromsg.com/member">

           <ServiceTicket>string</ServiceTicket>
  
         <Key>string</Key>
     
      <Value>string</Value>
   
    </QueryMemberDemography>
 
  </soapsoap12:Body>
</soapsoap12:Envelope>


Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
        <QueryMemberDemographyResponse
            xmlns="http://ws.euromsg.com/member">
            <QueryMemberDemographyResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </QueryMemberDemographyResult>
            <DemograficData>
                <EmKeyValue>
                    <Key>MEMBER_ID</Key>
                    <Value>B04314B832A549A3B92A11153D1F7BA9</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>EMAIL</Key>
                    <Value>test1@sampledomain.com</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>STATUS</Key>
                    <Value>A</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>EMAIL_PERMIT</Key>
                    <Value>L</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>GSM_PERMIT</Key>
                    <Value>L</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>FAX_PERMIT</Key>
                    <Value>Y</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>CALL_PERMIT</Key>
                    <Value>Y</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>PRINT_PERMIT</Key>
                    <Value>Y</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>REFERRAL</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>REFERRAL_DOMAIN</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>CREATED</Key>
                    <Value>5.1.2016 12:29:37</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>CREATED_BY</Key>
                    <Value>SM</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>UPDATED</Key>
                    <Value>11.1.2016 21:31:05</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>UPDATED_BY</Key>
                    <Value>WS</Value>
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Adiniz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Soyadiniz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Mesleğiniz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>İş_Telefonunuz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Ev_Telefonunuz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Cep_Telefonunuz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Faks_Numaranız</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Doğum_Tarihiniz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Doğum_Yeriniz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Adresiniz</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Yaşadığınız_Şehir</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_1</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_2</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_3</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_4</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_5</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_6</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_7</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_8</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_9</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_10</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_11</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_12</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_13</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_14</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_15</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_16</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_17</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_18</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_19</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_20</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_21</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_22</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_23</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_24</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_25</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_26</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_27</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_28</Key>
                    <Value />
                </EmKeyValue>
                <EmKeyValue>
                    <Key>Değiştirilebilir_Alan_29</Key>
                    <Value />
                </EmKeyValue>
            </DemograficData>
        </QueryMemberDemographyResponse>
    </soap:Body>
</soap:Envelope>


Tip
Başarılı istek durumunda  parametresi

If the request was successful, 

Status
subtletrue
colourRed
title

<code>
Code
 the parameter will return 
Status
subtletrue
colourRed
title00

olarak cevap döner

  as a response.

Hata Parametreleri

 

Error Parameters


CodeError MessageDetailedMessageAçıklamaDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99No such member! Uye bulunamadi

 

SendOngoingSms 
A member matching the Key parameter value does not exist.



SendOngoingSms 
Anchor
sendonsms
sendonsms

Back to Top ^

<SendOngoingSms>
Üye’nin demografik bilgilerini günceller, sistemde yer almıyorsa ekler ve sonunda bir Sms kampanyası tetikler.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
Updates member's demographic information, adds member if member does not exist in the system and triggers an ongoing SMS campaign.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.statusKEY_ID).

Status
colourGreen
titlezorunluMANDATORY

ValueKey alanında belirtilen alan adının değeri.The value of the field name specified in the Key field

Status
colourGreen
titlezorunluMANDATORY


Note
Ad, Soyad gibi alanlar Related Marketing Cloud platformu üzerinden ayarlanır

Fields like First Name and Last Name are set through the RMC platform.



Code Block
languagexml
titleORNEK REQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xmlns:xsd="http://www.w3.org/2001/XMLSchema"     xmlns:soapsoap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
   
    <SendOngoingSms xmlns="http://ws.euromsg.com/member">
      <ServiceTicket>string</ServiceTicket>
      <ServiceTicket>string<<Key>string</ServiceTicket>Key>
      <Value>string</Value>
     <Key>string</Key> <DemograficData>
        <EmKeyValue>
  <Value>string</Value>        <Key>string</Key>
    <DemograficData>      <Value>string</Value>
         </EmKeyValue>
<EmKeyValue>          <EmKeyValue>
          <Key>string</Key>
                    <Value>string<<Value>string</Value>
     
          </EmKeyValue>
      </DemograficData>
       <InsertMember>boolean</InsertMember>
 <EmKeyValue>     <ForceUpdate>boolean</ForceUpdate>
      <OngoingCampaignId>string</OngoingCampaignId>
        <Key>string<<GsmNo>string</Key>GsmNo>
    </SendOngoingSms>
               <Value>string</Value>
                </EmKeyValue>
            </DemograficData>
            <InsertMember>boolean</InsertMember>
            <ForceUpdate>boolean</ForceUpdate>
            <OngoingCampaignId>string</OngoingCampaignId>
            <GsmNo>string</GsmNo>
        </SendOngoingSms>
    </soap:Body>
</soap</soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SendOngoingSmsResponse xmlns="http://ws.euromsg.com/member">
      <SendOngoingSmsResult />
      <MemberID>string</MemberID>
      <TransactionID>string</TransactionID>
    </SendOngoingSmsResponse>
  </soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, the

Status
subtletrue
colourRed
titleCode
 parameter will return
Status
subtletrue
colourRed
title00
as a response. In addition to that,
Status
subtletrue
colourRed
titleMemberID
field of the newly added or updated member will also be returned as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.
99Online Campaign does not exist!The campaign to trigger for the member was not found.



UpdateMemberDemography 
Anchor
updatedem
updatedem

Back to Top ^

<UpdateMemberDemography>
Updates member's demographic information.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titleMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, KEY_ID).

Status
colourGreen
titleMANDATORY

ValueThe value of the field name specified in the Key field

Status
colourGreen
titleMANDATORY

DemograficDataDefines the fields for member with the EmKeyValue string

Status
colourGreen
titleMANDATORY

ForceInsertIf the member does not exist in the system and the value is  true , then the member is added

Status
colourGreen
titleMANDATORY


Note

Fields like First Name and Last Name are set through the RMC platform.

Static Fields


Alan AdıDescription
EMAILEmail address
STATUSMember Status. A: Active, P: Passive
EMAIL_PERMITEmail opt-in. Y: Yes, N: No
GSM_PERMITSMS opt-in. Y: Yes, N: No
FAX_PERMITFAX opt-in. Y: Yes, N: No
CALL_PERMITCall Center opt-in. Y: Yes, N: No
PRINT_PERMITPrint opt-in. Y: Yes, N: No
REFERRALReferral Address
REFERRAL_DOMAINReferral Domain




Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateMemberDemography xmlns="http://ws.euromsg.com/member">
      <ServiceTicket>string</ServiceTicket>
      <Key>string</Key>
      <Value>string</Value>
      <DemograficData>
        <EmKeyValue>
          <Key>string</Key>
          <Value>string</Value>
        </EmKeyValue>
        <EmKeyValue>
          <Key>string</Key>
          <Value>string</Value>
        </EmKeyValue>
      </DemograficData>
      <ForceInsert>boolean</ForceInsert>
    </UpdateMemberDemography>
  </soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateMemberDemographyResponse xmlns="http://ws.euromsg.com/member">
      <UpdateMemberDemographyResult />
      <MemberID>string</MemberID>
    </UpdateMemberDemographyResponse>
  </soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, the

Status
subtletrue
colourRed
titleCode
 parameter will return
Status
subtletrue
colourRed
title00
as a response. In addition to that,
Status
subtletrue
colourRed
titleMemberID
field of the newly added or updated member will also be returned as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.
99Member is new. No update!ForceInsert is false and the member does not exist in the system.





Anchor
queryupdate
queryupdate

QueryLastPermissionUpdateOfAMember 

Back to Top ^

<QueryLastPermissionUpdateOfAMember>
Queries a member's last permission update details.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titleMANDATORY

KeyThis field must contain the account-specific primary key column (EMAIL, KEY_ID).

Status
colourGreen
titleMANDATORY

ValueThe value of the field name specified in the Key field

Status
colourGreen
titleMANDATORY




Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <QueryLastPermissionUpdateOfAMember xmlns="http://ws.euromsg.com/member">
      <ServiceTicket>string</ServiceTicket>
      <Key>string</Key>
      <Value>string</Value>
    </QueryLastPermissionUpdateOfAMember>
  </soap12:Body>
</soap12:Envelope>


Code Block
languagexml
title
ORNEK
RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap
<soap12:Envelope
 xmlns:
soap
xsi="http://
schemas
www.
xmlsoap
w3.org/
soap/envelope/" xmlns:xsi
2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema
-instance"
" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <QueryLastPermissionUpdateOfAMemberResponse xmlns
:xsd
="http://
www
ws.
w3.org/2001/XMLSchema">
euromsg.com/member">
      <QueryLastPermissionUpdateOfAMemberResult />
      <MemberPermissionDetail>
        <KeyColumnValue>string</KeyColumnValue>
        <Email>string</Email>
       
<soap:Body>
 <GsmNo>string</GsmNo>
       
<SendOngoingSmsResponse
 
xmlns="http://ws.euromsg.com/member">
<OldStatus>string</OldStatus>
        <NewStatus>string</NewStatus>
      
<SendOngoingSmsResult>
  <OldEmailPermit>string</OldEmailPermit>
        <NewEmailPermit>string</NewEmailPermit>
     
<Code>99</Code>
   <OldGsmPermit>string</OldGsmPermit>
        <NewGsmPermit>string</NewGsmPermit>
    
<Message>Online
 
Campaign
 
does
 
not
 
exist!<
<PermissionUpdateTime>dateTime</
Message>
PermissionUpdateTime>
        <UpdateSource>string</UpdateSource>
       
<DetailedMessage
 <StatusPermissionUpdateTime>dateTime</
>
StatusPermissionUpdateTime>
        <StatusUpdateSource>string</StatusUpdateSource>
   
</SendOngoingSmsResult>
     <EmailPermitUpdateTime>dateTime</EmailPermitUpdateTime>
       
<MemberID
 <EmailPermitUpdateSource>string</
>
EmailPermitUpdateSource>
        <GsmPermitUpdateTime>dateTime</GsmPermitUpdateTime>
     
<TransactionID
 
/>
  <GsmPermitUpdateSource>string</GsmPermitUpdateSource>
      </
SendOngoingSmsResponse>
MemberPermissionDetail>
    </
soap:Body> </soap:Envelope> TipBaşarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi
Status
subtletrue
colourRed
title00
 olarak cevap döner. Buna ek olarak, gönderilen email için bir
QueryLastPermissionUpdateOfAMemberResponse>
  </soap12:Body>
</soap12:Envelope>


Tip

If the request was successful, the 

Status
subtletrue
colourRed
title

TransactionID

Code

 ve

Hata Parametreleri

 

 parameter will return 

Status
subtletrue
colourRed
title

MemberID döner.

00
  as a response.

Error Parameters


CodeError Message
DetailedMessageAçıklama99Online Campaign does not exist! Üyeye tetiklenecek olan kampanya bulunamadı.

 

UpdateMemberDemography  Anchorupdatedemupdatedem

Back to Top ^

<UpdateMemberDemography>Üyenin demografik bilgilerini günceller.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlezorunlu

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.

Status
colourGreen
titlezorunlu

ValueKey alanında belirtilen alan adının değeri.
Description
9998No session. Please try re-logon.
 Login metodu çalıştırılmamış. Aktif oturum yok.
No active sessions found. Try login again.
99No such member!Member does not exist in the system.



Anchor
queryperm
queryperm

QueryMembersWithPermissionUpdate

Back to Top ^

<QueryMembersWithPermissionUpdate>
Queries the members whose permissions are updated between a given date range.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
title

zorunlu

MANDATORY

DemograficDataEmKeyValue dizisi ile üyeye ait alanlar belirlenir.
BeginDateStart Date. yyyy-MM-dd HH:mm:ss or yyyyMMdd HH:mm:ss

Status
colourGreen
title

zorunluForceInsertÜye sistemde yok ise, true değeri gönderilmesi durumunda, üyeyi ekler.

MANDATORY

EndDateEnd Date. yyyy-MM-dd HH:mm:ss or yyyyMMdd HH:mm:ss

Status
colourGreen
title

zorunlu

 

Alan AdıAçıklamaEMAILEmail adresiSTATUSÜye durumu. A : Aktif, P : PasifEMAIL_PERMITEmail izin durumu. Y : Evet, N : HayırGSM_PERMITSMS izin durumu. Y : Evet, N : HayırFAX_PERMITFAX izin durumu. Y : Evet, N : HayırCALL_PERMITCall Center izin durumu. Y : Evet, N : HayırPRINT_PERMITPrint izin durumu. Y : Evet, N : HayırREFERRALReferans adresiREFERRAL_DOMAINReferans domain

MANDATORY

Note
Ad, Soyad gibi alanlar Related Marketing Cloud platformu üzerinden ayarlanır.

Statik Alanlar




Code Block
languagexml
titleREQUEST EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <QueryMembersWithPermissionUpdate xmlns="http://ws.euromsg.com/member">
      <ServiceTicket>string</ServiceTicket>
      <BeginDate>string</BeginDate>
      <EndDate>string</EndDate>
    </QueryMembersWithPermissionUpdate>
  </soap12:Body>
</soap12:Envelope> 


Code Block
languagexml
title
ORNEK REQUEST
RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap
<soap12:Envelope
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <QueryMembersWithPermissionUpdateResponse xmlns="http://ws.euromsg.com/member">
      <QueryMembersWithPermissionUpdateResult />
      <Members>
 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     
<soap:Body>
  <EmMemberPermissionLog>
      
<UpdateMemberDemography
    <KeyColumnValue>string</KeyColumnValue>
        
xmlns="http://ws.euromsg.com/member">
  <Email>string</Email>
          
<ServiceTicket>string<
<GsmNo>string</
ServiceTicket>
GsmNo>
          <OldStatus>string</OldStatus>
 
<Key>string</Key>
         <NewStatus>string</NewStatus>
   
<Value>string</Value>
       <OldEmailPermit>string</OldEmailPermit>
     
<DemograficData>
     <NewEmailPermit>string</NewEmailPermit>
          <OldGsmPermit>string</OldGsmPermit>
<EmKeyValue>
          <NewGsmPermit>string</NewGsmPermit>
          
<Key>string<
<PermissionUpdateTime>dateTime</
Key>
PermissionUpdateTime>
          <UpdateSource>string</UpdateSource>
          
<Value>string<
<StatusPermissionUpdateTime>dateTime</
Value>
StatusPermissionUpdateTime>
          <StatusUpdateSource>string</StatusUpdateSource>
     
</EmKeyValue>
     <EmailPermitUpdateTime>dateTime</EmailPermitUpdateTime>
          <EmailPermitUpdateSource>string</EmailPermitUpdateSource>
<EmKeyValue>
          <GsmPermitUpdateTime>dateTime</GsmPermitUpdateTime>
          
<Key>string<
<GsmPermitUpdateSource>string</
Key>
GsmPermitUpdateSource>
        </EmMemberPermissionLog>
        <EmMemberPermissionLog>
    
<Value>string</Value>
      <KeyColumnValue>string</KeyColumnValue>
          
</EmKeyValue>
<Email>string</Email>
          <GsmNo>string</GsmNo>
     
</DemograficData>
     <OldStatus>string</OldStatus>
       
<ForceInsert>boolean</ForceInsert>
   <NewStatus>string</NewStatus>
     
</UpdateMemberDemography>
     
</soap:Body> </soap:Envelope> Code Block
languagexml
titleORNEK RESPONSE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope
<OldEmailPermit>string</OldEmailPermit>
          
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
<NewEmailPermit>string</NewEmailPermit>
    
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <OldGsmPermit>string</OldGsmPermit>
   
<soap:Body>
       <NewGsmPermit>string</NewGsmPermit>
 
<UpdateMemberDemographyResponse
 
xmlns="http://ws.euromsg.com/member">
        <PermissionUpdateTime>dateTime</PermissionUpdateTime>
    
<UpdateMemberDemographyResult>
      <UpdateSource>string</UpdateSource>
          
<Code>00<
<StatusPermissionUpdateTime>dateTime</
Code>
StatusPermissionUpdateTime>
          <StatusUpdateSource>string</StatusUpdateSource>
     
<Message
 
/>
    <EmailPermitUpdateTime>dateTime</EmailPermitUpdateTime>
          <EmailPermitUpdateSource>string</EmailPermitUpdateSource>
 
<DetailedMessage
 
/>
        <GsmPermitUpdateTime>dateTime</GsmPermitUpdateTime>
    
</UpdateMemberDemographyResult>
      <GsmPermitUpdateSource>string</GsmPermitUpdateSource>
      
<MemberID>DC932B81584943E2ADDBE828D2AAF990</MemberID>
  </EmMemberPermissionLog>
      </
UpdateMemberDemographyResponse>
Members>
    </QueryMembersWithPermissionUpdateResponse>
  </
soap
soap12:Body>
</
soap

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama
soap12:Envelope>


Tip
Başarılı istek durumunda <Code> parametresi 00 olarak cevap döner. Buna ek olarak güncellenen üyenin veya yeni eklenen üyenin MemberID alanı döner.

If the request was successful, the 

Status
subtletrue
colourRed
titleCode
 parameter will return 
Status
subtletrue
colourRed
title00
  as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.
 Login metodu çalıştırılmamış. Aktif oturum yok
No active sessions found. Try login again.
99
Member is new. No update! ForceInsert false ise ve kullanıcı sistemde yoksa alınan hatadır.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
No such member!Member does not exist in the system.




Parent Topic: SOAP Web Service