Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »


GetProcessDetails(int idList, int listGUID, int idProcess)


Gets status and details about an import process.


Parameters


idList: list identifier
listGuid: GUID of the list
idProcess: import process ID


ReturnCode=0 for successful requests, otherwise a negative value is returned.


MailupBody contains the following information:

  • start date
  • end date
  • number of contacts to be imported
  • number of imported contacts (grouped by status: New, Existing, Optout)
  • process status (running, completed, waiting, error)


Please note that the "Mobile" fields refer to text messaging (SMS) and are not part of integrations with third party systems.

 

<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<ImportProcess idProcess="17">
<StartDate>2008-01-16</StartDate>
<EndDate></EndDate>
<TotalContacts>10000</TotalContacts>
<NewMobile>4500</ NewMobile >
<NewEmail>1000</NewEmail>
<OptOutMobile>15</OptOut>
<OptOutEmail>15</OptOut>
<ExistingMobile>100</ExistingMobile>
<ExistingEmail>150</ExistingEmail>
<StatusCode>2</StatusCode>
</ ImportProcess >
</mailupBody>
</mailupMessage>


Specific error codes for this method:

  • -500 unrecognized error
  • -501 idProcess not found

 

  • No labels