Versions Compared

Key

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

Status
colourGreen
titlePOST
 
Anchor
topmws
topmws

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.

 

MethodDescription
AddToAllListsAdds the member defined by Key and Value pairs to all Interest Listsa specific user to all the lists.
AddToSendListsAdds the member defined by Key and Value pairs to Interest Listsa specific user to selected lists.
InsertMemberDemographyInsertInserts/Update Updates 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 Shows the specific campaign information obtained by the member between selected dates.
QueryMemberDemographyQueries Lists the member’s demographic information. The member is defined by Key and Value pairdemographic areas for the member.
QueryMemberIDQueries 32-char ID of a member based on Key and Value pair.
QuerySendListsQueries Shows the member’s send lists. The member is defined by Key and Value pairlists that the specific member is included in.
RemoveFromSendListsRemoves the a specific member from Interest Lists. The member is defined by Key and Value pair.SendOngoingEMailInserts/Updates the member’s demographic information and Sends and Ongoing Email template to the client. The member is defined by Key and Value paira specific list.
SendOngoingEMailUpdates member's demographic information, adds member if the member does not exist in the system and triggers an ongoing email campaign.
SendOngoingSmsInserts/Updates the member’s demographic information and Sends and Ongoing SMS template to the Client. The member is defined by Key and Value pair.UpdateMemberDemographyInserts/Updates the member’s demographic information. The member is defined by Key and Value pairUpdates member's demographic information, adds member if member does not exist in the system and send an ongoing SMS campaign.
UpdateMemberDemographyUpdates member's demographic information.

 

 

Warning

Geliştiricinin her hangi bir web servis ile etkileşime geçebilmesi için, öncelikle Login metodunu kullanarak bir 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

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen 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ı.or a field name of your defined in RMC account management panel

Status
colourGreen
titlezorunlu

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

Status
colourGreen
titlezorunlu

Code Block
languagexml
titleORNEK REQUEST EXAMPLE
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>
        <AddToAllLists xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>
            <Value>string</Value>
        </AddToAllLists>
    </soap:Body>
</soap: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>
        <AddToAllListsResponse xmlns="http://ws.euromsg.com/member">
            <AddToAllListsResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </AddToAllListsResult>
        </AddToAllListsResponse>
    </soap:Body>
</soap:Envelope> 
Tip

If the request was successful, 

Status
subtletrue
colourRed
titleCode
 the parameter will return 
Status
subtletrue
colourRed
title00
  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! Kullanıcı sistemde bulunmuyorMember 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

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen 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ı.or a field name of your defined in RMC account management panel

Status
colourGreen
titlezorunlu

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

Status
colourGreen
titlezorunlu

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

Status
colourGreen
titlezorunlu

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
titlezorunlu

Code Block
languagexml
titleORNEK REQUEST EXAMPLE
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>
        <AddToSendLists xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>
            <Value>string</Value>
            <SendLists>
                <EmSendList>
                    <ListName>string</ListName>
                    <GroupName>string</GroupName>
                </EmSendList>
                <EmSendList>
                    <ListName>string</ListName>
                    <GroupName>string</GroupName>
                </EmSendList>
            </SendLists>
            <Move>boolean</Move>
        </AddToSendLists>
    </soap:Body>
</soap: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>
        <AddToSendListsResponse xmlns="http://ws.euromsg.com/member">
            <AddToSendListsResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </AddToSendListsResult>
        </AddToSendListsResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful, 

Status
subtletrue
colourRed
titleCode
 the parameter will return 
Status
subtletrue
colourRed
title00
  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.

 


InsertMemberDemography 
Anchor
insertmember
insertmember

Back to Top ^

 

<InsertMemberDemography>
Yeni üyeyi, demografik bilgileri ile eklerInserts/Updates the member’s demographic information.
Parametreler

Parameters

 

veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.
ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyEMAIL, MEMBER_ID or a field name of your defined in RMC account management panel

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

DemograficDataEmKeyValue dizisi ile üyeye ait alanlar belirlenir.Define the fields for member with the EmKeyValue string

Status
colourGreen
titlezorunluMANDATORY

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
titlezorunluMANDATORY

Note
Ad, Soyad gibi alanlar Related Marketing Cloud platformu üzerinden ayarlanır.
Statik Alanlar
Fields like First Name and Last Name are set through the RMC platform.

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
titleORNEK REQUEST EXAMPLE
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>
        <InsertMemberDemography 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>
        </InsertMemberDemography>
    </soap:Body>
</soap: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>
        <InsertMemberDemographyResponse xmlns="http://ws.euromsg.com/member">
            <InsertMemberDemographyResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </InsertMemberDemographyResult>
            <MemberID>B04314B832A549A3B92A11153D1F7BA9</MemberID>
        </InsertMemberDemographyResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful,

Status
subtletrue
colourRed
titleCode
 the 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

Hata Parametreleri

 

 

CodeError MessageDetailedMessageAçıklamaDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99Member already exists. No insertion will be done! ForceUpdate false ise ve kullanıcı sistemde yer alıyorsa alınan hatadırIf ForceUpdate is false and the member already exists in the system.

 


QueryCampaignsBetweenDates 
Anchor
querycampaigndates
querycampaigndates

Back to Top ^

<QueryCampaignsBetweenDates>
Üyenin belirtilen tarih aralığında aldığı kampanya bilgilerini gösterir.
Parametreler
Shows the specific campaign information obtained by the member between selected dates.

Parameters

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.or a field name of your defined in RMC account management panel

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

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

Status
colourGreen
titlezorunluMANDATORY

EndDateBitiş TarihiEnd Date. yyyy-MM-dd HH:mm:ss veya or yyyyMMdd HH:mm:ss

Status
colourGreen
titlezorunluMANDATORY

Code Block
languagexml
titleORNEK REQUEST EXAMPLE
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>
            <Value>string</Value>
            <BeginDate>string</BeginDate>
            <EndDate>string</EndDate>
        </QueryCampaignsBetweenDates>
    </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
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>
        <QueryCampaignsBetweenDatesResponse
            xmlns="http://ws.euromsg.com/member">
            <QueryCampaignsBetweenDatesResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </QueryCampaignsBetweenDatesResult>
            <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>
                    <SentTime>string</SentTime>
                    <Subject>string</Subject>
                    <CampaignMessage>string</CampaignMessage>
                </EmCampaignResult>
            </CampaignResults>
        </QueryCampaignsBetweenDatesResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful, 

Status
subtletrue
colourRed
titleCode
 the parameter will return 
Status
subtletrue
colourRed
title00
  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çersizThe 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
Queries 32-char ID of a member based on Key and Value pair.

Parameters

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.or a field name of your defined in RMC account management panel

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: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>
        <QueryMemberID xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>
            <Value>string</Value>
        </QueryMemberID>
    </soap:Body>
</soap: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>
        <QueryMemberIDResponse xmlns="http://ws.euromsg.com/member">
            <QueryMemberIDResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </QueryMemberIDResult>
            <MemberID>D67C7F1655E34F3B8B1DA9BD55C8F4C8</MemberID>
        </QueryMemberIDResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful,

Status
subtletrue
colourRed
titleCode
 the 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

Hata Parametreleri

 

 

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! Key parametresinde gönderilen değere göre bir kayıt mevcut değilA 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
Shows the lists that the specific member is included in.

Parameters

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.or a field name of your defined in RMC account management panel

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: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>
        <QuerySendLists xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>
            <Value>string</Value>
        </QuerySendLists>
    </soap:Body>
</soap: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>
        <QuerySendListsResponse
            xmlns="http://ws.euromsg.com/member">
            <QuerySendListsResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </QuerySendListsResult>
            <Lists>
                <EmSendList>
                    <ListName>E-Bülten</ListName>
                    <GroupName>Genel</GroupName>
                </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

If the request was successful, 

Status
subtletrue
colourRed
titleCode
 the parameter will return 
Status
subtletrue
colourRed
title00
  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! Belirtilen tarih formatı geçersizA 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
Removes a specific member from a specific list.

Parameters

 

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

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen 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ı.or a field name of your defined in RMC account management panel

Status
colourGreen
titlezorunlu

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

Status
colourGreen
titlezorunlu

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

Status
colourGreen
titlezorunlu

DeleteIfInNoList
Warning

Status
colourGreen
titlezorunlu

Code Block
languagexml
titleORNEK REQUEST EXAMPLE
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>
        <RemoveFromSendLists xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>
            <Value>string</Value>
            <SendLists>
                <EmSendList>
                    <ListName>string</ListName>
                    <GroupName>string</GroupName>
                </EmSendList>
                <EmSendList>
                    <ListName>string</ListName>
                    <GroupName>string</GroupName>
                </EmSendList>
            </SendLists>
            <DeleteIfInNoList>boolean</DeleteIfInNoList>
        </RemoveFromSendLists>
    </soap:Body>
</soap: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>
        <RemoveFromSendListsResponse
            xmlns="http://ws.euromsg.com/member">
            <RemoveFromSendListsResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </RemoveFromSendListsResult>
        </RemoveFromSendListsResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful, 

Status
subtletrue
colourRed
titleCode
 the parameter will return 
Status
subtletrue
colourRed
title00
  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 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
Updates member's demographic information, adds member if the member does not exist in the system and sends an ongoing email campaign.

Parameters

 

ParameterValue 
ServiceTicket
Login aksiyonu ile elde edilen ServiceTicket
ServiceTicket obtained through Login

Status
colourGreen
title

zorunlu

MANDATORY

KeyEMAIL, MEMBER_ID
veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.
or a field name of your defined in RMC account management panel

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
titleMANDATORY
Status
colourGreen
titlezorunlu

ForceUpdateÜye sistemde var ise, true değeri gönderilmesi durumunda, varolan üye güncellenir.

ForceUpdateIf 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

 

adresi Aktif Pasif izin durumu Evet Hayır izin durumu Evet Hayır izin durumu Evet Hayır izin durumu Evet Hayır izin durumu Evet Hayır
Field NameDescription
EMAILEmail address
STATUSÜye durumuMember 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
REFERRALReferans adresiReferral Address
REFERRAL_DOMAINReferans domainReferral Domain
Code Block
languagexml
titleORNEK REQUEST EXAMPLE
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>
        <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>
    </soap:Body>
</soap: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>
        <SendOngoingEMailResponse
            xmlns="http://ws.euromsg.com/member">
            <SendOngoingEMailResult>
                <Code>99</Code>
                <Message>Online Campaign does not exist!</Message>
                <DetailedMessage />
            </SendOngoingEMailResult>
            <MemberID />
            <TransactionID />
        </SendOngoingEMailResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful,

Status
subtletrue
colourRed
titleCode
 the 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.

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.
99Online Campaign does not exist! Üyeye tetiklenecek olan kampanya bulunamadıThe campaign to trigger for the member was not found.

 


QueryMemberDemography QueryMemberDemography 
Anchor
querymemb
querymemb

Back to Top ^

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

Parameters

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.or a field name of your defined in RMC account management panel

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: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>
        <QueryMemberDemography xmlns="http://ws.euromsg.com/member">
            <ServiceTicket>string</ServiceTicket>
            <Key>string</Key>
            <Value>string</Value>
        </QueryMemberDemography>
    </soap:Body>
</soap: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

If the request was successful, 

Status
subtletrue
colourRed
titleCode
 the parameter will return 
Status
subtletrue
colourRed
title00
  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!A member matching the Key parameter value does not exist.

 

Uye bulunamadi

SendOngoingSms 

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
Updates member's demographic information, adds member if member does not exist in the system and send an ongoing SMS campaign.

Parameters

 

ParameterValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.or a field name of your defined in RMC account management panel

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: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>
        <SendOngoingSms 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>
            <InsertMember>boolean</InsertMember>
            <ForceUpdate>boolean</ForceUpdate>
            <OngoingCampaignId>string</OngoingCampaignId>
            <GsmNo>string</GsmNo>
        </SendOngoingSms>
    </soap:Body>
</soap: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>
        <SendOngoingSmsResponse xmlns="http://ws.euromsg.com/member">
            <SendOngoingSmsResult>
                <Code>99</Code>
                <Message>Online Campaign does not exist!</Message>
                <DetailedMessage />
            </SendOngoingSmsResult>
            <MemberID />
            <TransactionID />
        </SendOngoingSmsResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful,

Status
subtletrue
colourRed
titleCode
 the 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.

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.
99Online Campaign does not exist! Üyeye tetiklenecek olan kampanya bulunamadıThe campaign to trigger for the member was not found.

 


UpdateMemberDemography UpdateMemberDemography 
Anchor
updatedem
updatedem

Back to Top ^

<UpdateMemberDemography>
Üyenin demografik bilgilerini güncellerUpdates member's demographic information.
Parametreler

Parameters

 

ParametreParameterDeğerValue 
ServiceTicketLogin aksiyonu ile elde edilen ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlezorunluMANDATORY

KeyEMAIL, MEMBER_ID veya Related Marketing Cloud yönetim panelinde tanımlanmış, dilediğiniz her hangi bir alan adı.or a field name of your defined in RMC account management panel

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

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

Status
colourGreen
titlezorunluMANDATORY

ForceInsertÜye sistemde yok ise, true değeri gönderilmesi durumunda, üyeyi ekler.If the member does not exist in the system and the value is  true , then the member is added

Status
colourGreen
titlezorunluMANDATORY

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

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

Static Fields

 

adresi Aktif Pasif izin durumu Evet Hayır izin durumu Evet Hayır izin durumu Evet Hayır izin durumu Evet Hayır izin durumu Evet Hayır
Alan AdıAçıklamaDescription
EMAILEmail address
STATUSÜye durumuMember 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
REFERRALReferans adresiReferral Address
REFERRAL_DOMAINReferans domainReferral Domain
Code Block
languagexml
titleORNEK REQUEST EXAMPLE
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>
        <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>
    </soap:Body>
</soap: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>
        <UpdateMemberDemographyResponse xmlns="http://ws.euromsg.com/member">
            <UpdateMemberDemographyResult>
                <Code>00</Code>
                <Message />
                <DetailedMessage />
            </UpdateMemberDemographyResult>
            <MemberID>DC932B81584943E2ADDBE828D2AAF990</MemberID>
        </UpdateMemberDemographyResponse>
    </soap:Body>
</soap:Envelope>
Tip

If the request was successful,

Status
subtletrue
colourRed
titleCode
 the 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

Hata Parametreleri

 

 

CodeError MessageDetailedMessageAçıklamaDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yokNo active sessions found. Try login again.
99Member is new. No update! ForceInsert false ise ve kullanıcı sistemde yoksa alınan hatadırForceInsert is false and the member does not exist in the system.