Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Service URLsendlist.asmx

 

SendList web servisini kullanarak, toplu veri aktarımı, gönderim listesi yaratabilir veya mevcut gönderim listelerini hesabınızdan silebilirsiniz.

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

 

MethodDescriptionAddBulkBulk adds to a Send List.AddBulkFileBulk adds to a Send List via File Upload.CreateSendListCreates a Send List.QuerySendListMemberCountReturns Member Count in a given Send List.RemoveBulkFileBulk removes from a Send List or deletes members via File Upload.RemoveSendListRemoves a Send List.

 

 

Note
iconfalse

Hesabınızdan üye silerken dikkatli olmanız gerekir. 2015 Mayıs ayında çıkan yasa gereği, üye geçmiş bilgilerini en az 1 yıl saklamanız gerekmektedir.

 

 

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

 

CreateSendList  Anchorcreatesendlistcreatesendlist<CreateSendList>
Boş bir gönderim listesi yaratır.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

ListGroupListenin grup adı.

Status
colourGreen
titlemandatory

ListNameListenin adı.

SendList Web Service allows you to perform many operations:

  • Add data in bulk to your Send Lists
  • Create Send Lists
  • Remove existing Send Lists from your account 



SendList Web Service Methods 

The following table lists supported methods in SendList Web Service and provides a brief description of each method. Click on the method name for more information:



Method

Description

AddBulk

Bulk adds to a Send List.

AddBulkFile

Bulk adds to a Send List via File Upload.

CreateSendList

Creates an empty Send List.

ChangeSendListNameChanges list name.

QuerySendListMemberCount

Returns the number of members found in a given Send List.

RemoveBulkFile

Bulk removes from a Send List or deletes members via File Upload.

RemoveSendList

Removes a Send List.

QuerySendListsQueries Send Lists.




Note

We advise you to be careful when deleting a member from your account. As per the Law that came into force in May 2015, you must save member history information for minimum one year.



Warning

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

Status
subtletrue
colourRed
title Service Ticket
. Developers can send requests to other Web Service and methods using this
Status
subtletrue
colourRed
title Service Ticket
.



ChangeSendListName
Anchor
ChangeSendListName
ChangeSendListName

Back to Top ^

<Change Send List Name>
Changes list name.

Parameters


languagexmltitleORNEK REQUEST
ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

Code Block

ListGroupGroup Name of the List

Status
colourGreen
titlemandatory

ListNameName of the list

Status
colourGreen
titlemandatory

NewListNameNew name of the list

Status
colourGreen
titlemandatory



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>
        <CreateSendList xmlns<ChangeSendListName xmlns="http://ws.euromsg.com/sendlist">
    
       <ServiceTicket>string</ServiceTicket>
   
        <ListGroup>string</ListGroup>
      <ListName>string</ListName>
      <ListName>string</ListName>
   <NewListName>string</NewListName>
    </CreateSendList>ChangeSendListName>
    </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/"
    xmlns:xsi2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsdsoap12="http://www.w3.org/2003/2001/XMLSchema"05/soap-envelope">
    <soap<soap12:Body>
      <ChangeSendListNameResponse  <CreateSendListResponse xmlns="http://ws.euromsg.com/sendlist">
      <ChangeSendListNameResult>
     <CreateSendListResult>   <ConversationID>string</ConversationID>
             <Code>00</Code><CreatedListID>int</CreatedListID>
      </ChangeSendListNameResult>
         <Message /></ChangeSendListNameResponse>
                <DetailedMessage />
                <CreatedListID>1686794</CreatedListID>
            </CreateSendListResult>
        </CreateSendListResponse>
    </soap:Body>
</soap</soap12:Body>
</soap12:Envelope>


 döner.
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. Buna ek olarak yaratılan liste ID’si 
Status
subtletrue
colourRed
titleCreatedListID

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama

as a response.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.

 

AddBulk  Anchoraddbulkaddbulk<AddBulk>
Toplu bir şekilde üye eklemeye olanak verir.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
No active sessions found. Try login again.



CreateSendList 
Anchor
createsendlist
createsendlist

Back to Top ^

<CreateSendList>
Creates an empty Send List.

Parameters

 


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

ListGroup
Eklenecek listenin grup adı.
Group Name of the List

Status
colourGreen
titlemandatory

ListName
Listenin adı.
Name of the list

Status
colourGreen
titlemandatory

KeyReferans Key Adı. Bu alana göre üye ekleme veya güncelleme yapılacaktır. Referans Key’in değerini DemograficData alanında belirtilmesi gerekir.

Status
colourGreen
titlemandatory

DemograficDataArrayOfEmKeyValue dizisi ile üyeye ait alanlar belirlenir.

Status
colourGreen
titlemandatory

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

Status
colourGreen
titlemandatory

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

Statik Alanlar

 

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 adresi



REFERRAL_DOMAINReferans 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>
    <CreateSendList xmlns="http://ws.euromsg.com/sendlist">
      <ServiceTicket>string</ServiceTicket>
      <ListGroup>string</ListGroup>
      <ListName>string</ListName>
    </CreateSendList>
  </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:
soap
soap12="http://
schemas
www.
xmlsoap
w3.org/2003/05/soap
/
-envelope
/
">
  
<soap
<soap12:Body>
    
<AddBulk
<CreateSendListResponse xmlns="http://ws.euromsg.com/sendlist">
      <CreateSendListResult>
     
<ServiceTicket>string</ServiceTicket>
   <ConversationID>string</ConversationID>
        
<ListGroup>string<
<CreatedListID>int</
ListGroup>
CreatedListID>
      </CreateSendListResult>
    
<ListName>string<
</
ListName>
CreateSendListResponse>
  
<Key>string</Key> <DemograficData> <ArrayOfEmKeyValue> <EmKeyValue> <Key>string</Key> <Value>string</Value> </EmKeyValue> <EmKeyValue> <Key>string</Key> <Value>string</Value> </EmKeyValue> </ArrayOfEmKeyValue> <ArrayOfEmKeyValue> <EmKeyValue> <Key>string</Key> <Value>string</Value> </EmKeyValue> <EmKeyValue> <Key>string</Key> <Value>string</Value> </EmKeyValue>
</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, the ID of the created list
Status
subtletrue
colourRed
titleCreatedListID
is returned.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.



AddBulk 
Anchor
addbulk
addbulk

Back to Top ^

<AddBulk>
Bulk adds to a Send List.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

ListGroup

Group name of the List to add

Status
colourGreen
titlemandatory

ListNameName of the List

Status
colourGreen
titlemandatory

KeyReference Key Name. Member adding and updating will be done based on this field. Reference Key value must be specified in the DemograficData field

Status
colourGreen
titlemandatory

DemograficDataArrayOfEmKeyValue string defines the fields for the member

Status
colourGreen
titlemandatory

ForceInsertIf the member exists in the system and the value is true , the existing member is updated.

Status
colourGreen
titlemandatory


Note
Fields like First Name and Last Name are set through the Related Marketing Cloud 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
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>
    <AddBulk xmlns="http://ws.euromsg.com/sendlist">
      <ServiceTicket>string</ServiceTicket>
      <ListGroup>string</ListGroup>
      <ListName>string</ListName>
      <Key>string</Key>
      <DemograficData>
        <ArrayOfEmKeyValue>
          <EmKeyValue>
            </ArrayOfEmKeyValue>
 <Key>string</Key>
            <Value>string</Value>
          </DemograficData>EmKeyValue>
          <EmKeyValue>
            <ForceInsert>boolean</ForceInsert><Key>string</Key>
            </AddBulk><Value>string</Value>
          </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleORNEK RESPONSE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:EnvelopeEmKeyValue>
        </ArrayOfEmKeyValue>
       xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
 <ArrayOfEmKeyValue>
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"      xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <EmKeyValue>
   <soap:Body>         <AddBulkResponse<Key>string</Key>
            xmlns="http://ws.euromsg.com/sendlist"><Value>string</Value>
          </EmKeyValue>
 <AddBulkResult>         <EmKeyValue>
       <Code>00</Code>     <Key>string</Key>
           <Message <Value>string</>Value>
          </EmKeyValue>
     <DetailedMessage />  </ArrayOfEmKeyValue>
      </DemograficData>
       <CreatedListID>0<<ForceInsert>boolean</CreatedListID>ForceInsert>
    </AddBulk>
       </AddBulkResult>
            <DetailsResult>
   </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>
    <AddBulkResponse xmlns="http://ws.euromsg.com/sendlist">
      <BulkDetailedResult><AddBulkResult>
        <ConversationID>string</ConversationID>
        <CreatedListID>int</CreatedListID>
  <Key>test1@sampledomain.com</Key>    </AddBulkResult>
      <DetailsResult>
        <BulkDetailedResult>
<Code>00</Code>          <Key>string</Key>
          <Message <Code>string</>Code>
          <Message>string</Message>
         <DetailedMessage />
       <DetailedMessage>string</DetailedMessage>
        </BulkDetailedResult>
        <BulkDetailedResult>
       <BulkDetailedResult>   <Key>string</Key>
            <Code>string</Code>
    <Key>test2@sampledomain.com</Key>      <Message>string</Message>
              <Code>00</Code><DetailedMessage>string</DetailedMessage>
        </BulkDetailedResult>
      </DetailsResult>
    <Message </>AddBulkResponse>
                    <DetailedMessage />
                </BulkDetailedResult>
            </DetailsResult>
        </AddBulkResponse>
    </soap</soap12:Body>
</soapsoap12: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

as a response.

Hata Parametreleri

Error Parameters


 

CodeError Message
DetailedMessage
Description
Açıklama
9998No session. Please try re-logon.
 Login metodu çalıştırılmamış. Aktif oturum yok
No active sessions found. Try login again.
99No such list!
 Belirtilen liste bulunamadı
The specified List cannot be found.
99Member is new. No update!
 
If ForceInsert 
false ise ve kullanıcı sistemde yer almıyorsa alınan hatadır. Üye eklenmemiştir. Yeni üyeyi sistem eklemek için ForceInsertparametresinin değeri true olmalıdır.

 

AddBulkFile 
is false and the user does not exist in the system, this error is given.  The member is not added. To add the new member in the system the value of the ForceInsertparameter must be true.



AddBulkFile 
Anchor
addbulkfile
addbulkfile

<AddBulkFile>
Bir dosyada yer alan üyelerin toplu olarak Related Marketing Cloud hesabınıza yüklenmesini sağlar.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Back to Top ^

<AddBulkFile>
Allows you to add all the members listed in a file to your RMC account in bulk.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

ListGroup
Eklenecek listenin grup adı.
Group name of the List to add

Status
colourGreen
titlemandatory

ListName
Listenin adı.
Name of the List

Status
colourGreen
titlemandatory

Key
Referans

Reference Key

Adı. Bu alana göre üye ekleme veya güncelleme yapılacaktır.

Name. Member adding and updating shall be done based on this field

Status
colourGreen
titlemandatory

Map
Dosyada ki alanların sistem alanları ile eşleştirilmesini yapar. Örn
Maps the fields in the file with the system fields. E.g. EMAIL=email; COLUMN1=NameSurname; COLUMN2=KeyID
.

Status
colourGreen
titlemandatory

File
Yüklenecek dosya.

The file to upload

Status
colourGreen
titlemandatory

FileType
Dosya türü. zip veya csv olmalı.

File Type - Must be in zip or csv format

Status
colourGreen
titlemandatory

NotificationEmail
Yükleme işlemi bittiğinde, burada belirtilen email adresine bilgilendirme emaili gönderilir.

A notification email will sent to this email address when the upload is completed

Status
colourGreen
titlemandatory



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>
        <AddBulkFile
            xmlns<AddBulkFile xmlns="http://ws.euromsg.com/sendlist">
  
         <ServiceTicket>string</ServiceTicket>
     
      <ListGroup>string</ListGroup>
     
      <ListName>string</ListName>
    
       <Key>string</Key>
   
        <Map>string</Map>
  
         <File>base64Binary</File>
     
      <FileType>string</FileType>
      <NotificationEmail>string</NotificationEmail>
     <NotificationEmail>string</NotificationEmail>
   <JobName>string</JobName>
     </AddBulkFile>
    </soapsoap12:Body>
</soapsoap12:Envelope>


Başarılı istek durumunda 
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/"
    xmlns:xsi2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsdsoap12="http://www.w3.org/2003/200105/XMLSchemasoap-envelope">
    <soap<soap12:Body>

       <AddBulkFileResponse
            xmlns="http://ws.euromsg.com/sendlist">
      <AddBulkFileResult>
     <AddBulkFileResult>   <ConversationID>string</ConversationID>
         <CreatedListID>int</CreatedListID>
   <Code>00</Code>   </AddBulkFileResult>
    </AddBulkFileResponse>
        <Message />
                <DetailedMessage />
                <ConversationID>EEFF123AE537442BBF9AD3231F812684</ConversationID>
                <CreatedListID>0</CreatedListID>
            </AddBulkFileResult>
        </AddBulkFileResponse>
    </soap:Body>
</soap:Envelope>
Tip
Status
subtletrue
colourRed
title<Code>
 parametresi  StatussubtletruecolourRedtitle00 olarak cevap döner. Buna ek olarak yaratılan liste ID’si  StatussubtletruecolourRedtitleCreatedListID  döner.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.99Not a valid file type. It must be ZIP or CSV or TXT.  

 

QuerySendListMemberCount  Anchorquerymemcountquerymemcount<QuerySendListMemberCount>
Gönderim listesindeki kişi sayısını gösterir.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket
</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, the ID of the created list
Status
subtletrue
colourRed
titleCreatedListID
 is returned.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.
99Not a valid file type. It must be ZIP or CSV or TXT.Invalid file type. It must be in zip or csv format



QuerySendListMemberCount 
Anchor
querymemcount
querymemcount

Back to Top ^

<QuerySendListMemberCount>

Shows the number of members in the send list.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

ListIDList ID

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>
    <QuerySendListMemberCount xmlns="http://ws.euromsg.com/sendlist">
      <ServiceTicket>string</ServiceTicket>
      <ListID>int</ListID>
    </QuerySendListMemberCount>
  </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>
    <QuerySendListMemberCountResponse xmlns="http://ws.euromsg.com/sendlist">
      <QuerySendListMemberCountResult>
        <ConversationID>string</ConversationID>
        <CreatedListID>int</CreatedListID>
      </QuerySendListMemberCountResult>
      <MemberCount>int</MemberCount>
    </QuerySendListMemberCountResponse>
  </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.



RemoveBulkFile 
Anchor
removebulkfile
removebulkfile

Back to Top ^

<RemoveBulkFile>

Allows you to delete the members listed in a file in your RMC account.

Parameters

Liste ID


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

ListGroupGroup name of the List

Status
colourGreen
titlemandatory

ListNameName of the list

Status
colourGreen
titlemandatory

KeyReference Key Name

Status
colourGreen
titlemandatory

Map

Maps the fields in the file with the system fields. E.g. EMAIL=email; COLUMN1=NameSurname ;COLUMN2=KeyID

Status
colourGreen
titlemandatory

FileFile to upload

Status
colourGreen
titlemandatory

FileTypeFile Type - Must be in zip or csv format

Status
colourGreen
titlemandatory

NotificationEmailA notification email will sent to this email address when the upload is completed

Status
colourGreen
titlemandatory

ListID
DeleteIfInNoList

If the member is not included in any lists, and the value is true, the user is deleted from the system completely

Status
colourGreen
titlemandatory



Code Block
languagexml
title
ORNEK
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:
soap
soap12="http://
schemas
www.
xmlsoap
w3.org/
soap
2003/
envelope/"> <soap:Body> <QuerySendListMemberCount
05/soap-envelope">
  <soap12:Body>
    
<RemoveBulkFile 
xmlns="http://ws.euromsg.com/sendlist">

      <ServiceTicket>string</ServiceTicket>
      
<ListID>int</ListID> </QuerySendListMemberCount>
<ListGroup>string</ListGroup>
  
</soap:Body>
 
</soap:Envelope> Code Block
languagexml
titleORNEK RESPONSE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope
   <ListName>string</ListName>
      
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
<Key>string</Key>
      <Map>string</Map>
      <File>base64Binary</File>
      <FileType>string</FileType>
      
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<NotificationEmail>string</NotificationEmail>
    
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <DeleteIfInNoList>boolean</DeleteIfInNoList>
  
<soap:Body>
  </RemoveBulkFile>
  </soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" 
<QuerySendListMemberCountResponse
encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://
ws
www.
euromsg
w3.
com/sendlist"> <QuerySendListMemberCountResult> <Code>00</Code> <Message />
org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    
<DetailedMessage /> <CreatedListID>0</CreatedListID>
<RemoveBulkFileResponse xmlns="http://ws.euromsg.com/sendlist">
    
</QuerySendListMemberCountResult>
  <RemoveBulkFileResult>
        
<MemberCount>0</MemberCount> </QuerySendListMemberCountResponse>
<ConversationID>string</ConversationID>
      
</soap:Body> </soap:Envelope> TipBaşarılı istek durumunda 
Status
subtletrue
colourRed
title<Code>
 parametresi  StatussubtletruecolourRedtitle00 olarak cevap döner.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.

 

RemoveBulkFile  Anchorremovebulkfileremovebulkfile<RemoveBulkFile>
Bir dosyada yer alan üyelerin seçilerek Related Marketing Cloud hesabınızdan silinmesini sağlar.

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

ListGroupListe grup adı.

Status
colourGreen
titlemandatory

ListNameListenin adı.

Status
colourGreen
titlemandatory

KeyReferans Key Adı.

Status
colourGreen
titlemandatory

MapDosyada ki alanların sistem alanları ile eşleştirilmesini yapar. Örn. EMAIL=email;COLUMN1=NameSurname;COLUMN2=KeyID.

Status
colourGreen
titlemandatory

FileYüklenecek dosya.

Status
colourGreen
titlemandatory

FileTypeDosya türü. zip veya csv olmalı.
  <CreatedListID>int</CreatedListID>
      </RemoveBulkFileResult>
    </RemoveBulkFileResponse>
  </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, the ID of the created list
Status
subtletrue
colourRed
titleCreatedListID
 is returned.

Error Parameters


CodeError MessageDescription
9998No session. Please try re-logon.No active sessions found. Try login again.



RemoveSendList 
Anchor
removesendlist
removesendlist

Back to Top ^

<RemoveSendList>
Deletes a Send List.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

NotificationEmailYükleme işlemi bittiğinde, burada belirtilen email adresine bilgilendirme emaili gönderilir.
ListGroupGroup Name of the List

Status
colourGreen
titlemandatory

DeleteIfInNoListEğer üye hiç bir listede yer almıyorsa, true gönderilmesi durumunda, kullanıcıyı tamamen siler.

Status
colourGreen
titlemandatory

ListNameName of the List



Code Block
languagexml
title
ORNEK
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:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <RemoveBulkFile xmlns
/XMLSchema-instance" xmlns:xsd="http://
ws
www.
euromsg
w3.
com
org/2001/
sendlist
XMLSchema"
> <ServiceTicket>string</ServiceTicket> <ListGroup>string</ListGroup> <ListName>string</ListName> <Key>string</Key>
 xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    
<Map>string</Map> <File>base64Binary</File> <FileType>string</FileType>
<RemoveSendList xmlns="http://ws.euromsg.com/sendlist">
      <ServiceTicket>string</ServiceTicket>
<NotificationEmail>string</NotificationEmail>
      <ListGroup>string</ListGroup>
      
<DeleteIfInNoList>boolean</DeleteIfInNoList>
<ListName>string</ListName>
    
</
RemoveBulkFile>
RemoveSendList>
  </
soap
soap12:Body>
</
soap
soap12:Envelope>


Code Block
languagexml
title
ORNEK
RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap
<soap12: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> <RemoveBulkFileResponse xmlns
/XMLSchema" xmlns:soap12="http://
ws
www.
euromsg
w3.
com/sendlist"> <RemoveBulkFileResult> <Code>00</Code> <Message />
org/2003/05/soap-envelope">
  <soap12:Body>
    
<DetailedMessage /
<RemoveSendListResponse xmlns="http://ws.euromsg.com/sendlist">
      <RemoveSendListResult>
        
<ConversationID>EEFF123AE537442BBF9AD3231F812684<
<ConversationID>string</ConversationID>
        
<CreatedListID>0<
<CreatedListID>int</CreatedListID>

      </
RemoveBulkFileResult>
RemoveSendListResult>
    
</
RemoveBulkFileResponse >
RemoveSendListResponse>
  
</
soap
soap12:Body>
</
soap
soap12:Envelope>


Tip
Başarılı istek durumunda 

If the request was successful, the

Status
subtletrue
colourRed
title

<Code> parametresi 

Code
 parameter will return
Status
subtletrue
colourRed
title00

 olarak cevap döner. Buna ek olarak yaratılan liste ID’si 

as a response. Aside from that, the returned

Status
subtletrue
colourRed
title

CreatedListID

99

 döner

values indicates errors.

Hata Parametreleri

Error Parameters

 


CodeError Message
DetailedMessage
Description
Açıklama

Parametreler

 

ParametreDeğer ServiceTicketLogin aksiyonu ile elde edilen ServiceTicket

Status
colourGreen
titlemandatory

ListGroupListenin grup adı.

Status
colourGreen
titlemandatory

ListNameListenin adı.
9998No session. Please try re-logon.
 Login metodu çalıştırılmamış. Aktif oturum yok.

 

RemoveSendList  Anchorremovesendlistremovesendlist<RemoveSendList>
Bir gönderim listesini siler.
No active sessions found. Try login again.




QuerySendList 
Anchor
querysend
querysend

Back to Top ^

<QuerySendList>

Query Send Lists.

Parameters


ParameterValue
ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory



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:soapxsd="http://schemaswww.xmlsoapw3.org/soap2001/envelope/XMLSchema">     <soap:Body>
        <RemoveSendList xmlnsxmlns:soap12="http://wswww.euromsgw3.com/sendlist">
            <ServiceTicket>string</ServiceTicket>
            <ListGroup>string</ListGroup>
  org/2003/05/soap-envelope">
  <soap12:Body>
    <QuerySendLists xmlns="http://ws.euromsg.com/sendlist">
   <ListName>string</ListName>    <ServiceTicket>string</ServiceTicket>
    </RemoveSendList>QuerySendLists>
    </soapsoap12:Body>
</soapsoap12:Envelope>


Başarılı istek durumunda 
Code Block
languagexml
titleORNEK RESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap<soap12:Envelope    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapxsd="http://schemaswww.xmlsoapw3.org/soap2001/envelope/"
   XMLSchema" xmlns:xsisoap12="http://www.w3.org/2003/200105/XMLSchemasoap-instance"envelope">
  <soap12:Body>
    <QuerySendListsResponse xmlns:xsd="http://wwwws.w3euromsg.orgcom/2001/XMLSchemasendlist">
    <soap:Body>  <QuerySendListsResult>
        <RemoveSendListResponse<SendLists>
          <EmSendListResponse>
 xmlns="http://ws.euromsg.com/sendlist">           <ListId>string</ListId>
 <RemoveSendListResult>           <ListName>string</ListName>
     <Code>00</Code>       <GroupName>string</GroupName>
         <Message </>EmSendListResponse>
          <EmSendListResponse>
       <DetailedMessage />    <ListId>string</ListId>
            <CreatedListID>0<<ListName>string</CreatedListID>ListName>
            <<GroupName>string</RemoveSendListResult>GroupName>
          </RemoveSendListResponse>EmSendListResponse>
       </soap:Body>
</soap:Envelope>
Tip
Status
subtletrue
colourRed
title<Code>
 parametresi  StatussubtletruecolourRedtitle00 olarak cevap döner. Bunun dışında dönen StatussubtletruecolourRedtitle99 değerleri hata belirtir.

Hata Parametreleri

 

CodeMessageDetailedMessageAçıklama9998No session. Please try re-logon. Login metodu çalıştırılmamış. Aktif oturum yok.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 </SendLists>
      </QuerySendListsResult>
    </QuerySendListsResponse>
  </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.




Parent Topic: SOAP Web Service