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 8 Next »

Method parameters

GetProcessDetails(int idList, int listGUID, int idProcess)

Gets status and details about an import process.

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


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


Returned results 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)
The "mobile" fields refer to text messaging (SMS) and are not part of integrations with third party systems.

Sample GetProcessDetails response

<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>


Error codes

Error codeDescription
-500unrecognized error
-501idProcess not found
  • No labels