Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Status
colourGreen
titlepost
  AnchortopslwstopslwsService URLsendlist.asmx

General Information

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 

 

MethodDescriptionAddBulkBulk adds to a Send List.AddBulkFileBulk adds to a Send List via File Upload.CreateSendListCreates an empty 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

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
iconfalse
To interact with any Web Services, developers must first use the Login method to create a StatussubtletruecolourRedtitle Service Ticket. Developers can send requests to other Web Service and methods using this

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
.

 

CreateSendList 

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

Status
subtletrue
colourRed
title Service Ticket
.



ChangeSendListName
Anchor

createsendlist

ChangeSendListName

createsendlist

ChangeSendListName

Back to Top ^

Creates an empty
<CreateSendList>
<Change Send List Name>
Changes list name.

Parameters

 


ParameterValue
 

ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

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:soapxmlns:soap12="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/">
    <soap<soap12:Body>
       <ChangeSendListName <CreateSendList 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
titleRESPONSE 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>
        <CreateSendListResponse<ChangeSendListNameResponse xmlns="http://ws.euromsg.com/sendlist">
      <ChangeSendListNameResult>
     <CreateSendListResult>   <ConversationID>string</ConversationID>
             <Code>00</Code><CreatedListID>int</CreatedListID>
      </ChangeSendListNameResult>
    </ChangeSendListNameResponse>
    <Message />
                <DetailedMessage />
                <CreatedListID>1686794</CreatedListID>
            </CreateSendListResult>
        </CreateSendListResponse>
    </soap:Body>
</soap</soap12:Body>
</soap12:Envelope>


is returned.

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

Error Parameters

 

Code

Error Parameters


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

 

AddBulk 



CreateSendList 
Anchor

addbulk

createsendlist

addbulk

createsendlist

Back to Top ^

<AddBulk>Bulk adds to a
<CreateSendList>
Creates an empty Send List.

Parameters

 


ParameterValue
 

ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

ListGroupGroup
name
Name of the List
to add

Status
colourGreen
titlemandatory

ListNameName of the
List
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 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



Code Block
languagexml
titleREQUEST 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> <AddBulk xmlns="http://ws.euromsg.com/sendlist"> <ServiceTicket>string</ServiceTicket>
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
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>
    <CreateSendListResponse xmlns="http://ws.euromsg.com/sendlist">
      <CreateSendListResult>
        
<ListGroup>string<
<ConversationID>string</
ListGroup>
ConversationID>
        
<ListName>string</ListName>
<CreatedListID>int</CreatedListID>
      </CreateSendListResult>
    
<Key>string<
</
Key>
CreateSendListResponse>
  
<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>
</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>
        <Value>string</Value>  <EmKeyValue>
            <Key>string</Key>
      </EmKeyValue>      <Value>string</Value>
          </ArrayOfEmKeyValue>EmKeyValue>
          <EmKeyValue>
   </DemograficData>         <Key>string</Key>
   <ForceInsert>boolean</ForceInsert>         </AddBulk><Value>string</Value>
          </soap:Body>
</soap:Envelope>
Code Block
languagexml
titleRESPONSE 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">EmKeyValue>
        </ArrayOfEmKeyValue>
        <ArrayOfEmKeyValue>
          <EmKeyValue>
    <soap:Body>        <Key>string</Key>
<AddBulkResponse             xmlns="http://ws.euromsg.com/sendlist"><Value>string</Value>
          </EmKeyValue>
 <AddBulkResult>         <EmKeyValue>
       <Code>00</Code>     <Key>string</Key>
           <Message <Value>string</>Value>
                <DetailedMessage /></EmKeyValue>
        </ArrayOfEmKeyValue>
       <CreatedListID>0<</CreatedListID>DemograficData>
      <ForceInsert>boolean</ForceInsert>
     </AddBulkResult>AddBulk>
  </soap12:Body>
</soap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
      <DetailsResult>
  <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>
             <BulkDetailedResult><AddBulkResponse xmlns="http://ws.euromsg.com/sendlist">
      <AddBulkResult>
        <ConversationID>string</ConversationID>
     <Key>test1@sampledomain.com</Key>   <CreatedListID>int</CreatedListID>
      </AddBulkResult>
      <DetailsResult>
   <Code>00</Code>     <BulkDetailedResult>
          <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>
          <DetailedMessage>string</DetailedMessage>
     <Code>00</Code>   </BulkDetailedResult>
      </DetailsResult>
          <Message />
                    <DetailedMessage />
                </BulkDetailedResult>
            </DetailsResult>
        </AddBulkResponse>
    </soap:Body>
</soap:Envelope>
Tip
If the
</AddBulkResponse>
  </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 list!The specified List cannot be found.
99Member is new. No update!If ForceInsert 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

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

ListGroupGroup name of the List to add

Status
colourGreen
titlemandatory

ListNameName of the List

Status
colourGreen
titlemandatory

Key

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

Status
colourGreen
titlemandatory

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

Status
colourGreen
titlemandatory

File

The file to upload

Status
colourGreen
titlemandatory

FileType

File Type - Must be in zip or csv format

Status
colourGreen
titlemandatory

NotificationEmail

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

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>
   
    <AddBulkFile             xmlns="http: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>


Code Block
languagexml
titleRESPONSE 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>
   
    <AddBulkFileResponse
            xmlns="http://ws.euromsg.com/sendlist">
       <AddBulkFileResult>
    <AddBulkFileResult>    <ConversationID>string</ConversationID>
            <Code>00</Code><CreatedListID>int</CreatedListID>
      </AddBulkFileResult>
    </AddBulkFileResponse>
    <Message />
                <DetailedMessage />
                <ConversationID>EEFF123AE537442BBF9AD3231F812684</ConversationID>
                <CreatedListID>0</CreatedListID>
            </AddBulkFileResult>
        </AddBulkFileResponse>
    </soap:Body>
</soap:Envelope></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"?>
<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>
   
    <QuerySendListMemberCount             xmlns="http:xmlns="http://ws.euromsg.com/sendlist">
   
        <ServiceTicket>string</ServiceTicket>
  
         <ListID>int</ListID>
 
      </QuerySendListMemberCount>
 
  </soapsoap12:Body>
</soapsoap12:Envelope>


Code Block
languagexml
titleRESPONSE 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/2001/XMLSchema2003/05/soap-envelope">
    <soap<soap12:Body>
    <QuerySendListMemberCountResponse    <QuerySendListMemberCountResponse xmlns="http://ws.euromsg.com/sendlist">
     
      <QuerySendListMemberCountResult>
                <Code>00</Code><ConversationID>string</ConversationID>
        <CreatedListID>int</CreatedListID>
       <Message </>QuerySendListMemberCountResult>
      <MemberCount>int</MemberCount>
         <DetailedMessage /></QuerySendListMemberCountResponse>
                <CreatedListID>0</CreatedListID>
            </QuerySendListMemberCountResult>
            <MemberCount>0</MemberCount>
        </QuerySendListMemberCountResponse>
    </soap:Body>
</soap</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


 

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

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
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>
   
    <RemoveBulkFile 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>
      <DeleteIfInNoList>boolean</DeleteIfInNoList>
     <DeleteIfInNoList>boolean<</DeleteIfInNoList>RemoveBulkFile>
        </RemoveBulkFile>
    </soap:Body>
</soap:Envelope></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>
    <RemoveBulkFileResponse xmlns="http://ws.euromsg.com/sendlist">
      <RemoveBulkFileResult>
        <ConversationID>string</ConversationID>
        <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

ListGroupGroup Name of the List

Status
colourGreen
titlemandatory

ListNameName of the List



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

Aside from that, the

ID of the created list

returned

Status
subtletrue
colourRed
title

CreatedListID is returned

99
values indicates errors.

Error Parameters

 

 


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

 

RemoveSendList




QuerySendList 
Anchor

removesendlist

querysend

removesendlist

querysend

Back to Top ^

<RemoveSendList>
<QuerySendList>
Deletes a

Query Send

List

Lists.

Parameters

 


ParameterValue
 

ServiceTicketServiceTicket obtained through Login

Status
colourGreen
titlemandatory

ListGroupGroup Name of the List

Status
colourGreen
titlemandatory

ListNameName 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:Body>
  <soap12:Body>
    <QuerySendLists <RemoveSendList xmlns="http://ws.euromsg.com/sendlist">
     
      <ServiceTicket>string</ServiceTicket>
            <ListGroup>string</ListGroup>
            <ListName>string</ListName>
   
    </RemoveSendList>
 QuerySendLists>
  </soapsoap12:Body>
</soapsoap12:Envelope>


Code Block
languagexml
titleRESPONSE EXAMPLE
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
    xmlns:soap="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://schemaswww.xmlsoapw3.org/soap2001/envelope/"
   XMLSchema" xmlns:xsisoap12="http://www.w3.org/20012003/05/XMLSchemasoap-instance"envelope">
  <soap12:Body>
    <QuerySendListsResponse xmlns:xsd="http://wwwws.w3euromsg.orgcom/2001/XMLSchemasendlist">
      <QuerySendListsResult>
        <SendLists>
 <soap:Body>         <RemoveSendListResponse<EmSendListResponse>
            xmlns="http://ws.euromsg.com/sendlist"><ListId>string</ListId>
            <ListName>string</ListName>
      <RemoveSendListResult>      <GroupName>string</GroupName>
          <Code>00<</Code>EmSendListResponse>
          <EmSendListResponse>
     <Message  />     <ListId>string</ListId>
           <DetailedMessage <ListName>string</>ListName>
            <GroupName>string</GroupName>
      <CreatedListID>0</CreatedListID>    </EmSendListResponse>
        </RemoveSendListResult>SendLists>
      </QuerySendListsResult>
    </RemoveSendListResponse>
QuerySendListsResponse>
   </soapsoap12:Body>
</soapsoap12:Envelope>


values indicates errors.

Tip

If the request was successful, the

Status
subtletrue
colourRed
titleCode
 parameter will return
Status
subtletrue
colourRed
title00
as a response. Aside from that, the returned
Status
subtletrue
colourRed
title99

Error Parameters


 

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 




Parent Topic: SOAP Web Service