Versions Compared

Key

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


GetProcessDetails(int idList, int listGUID, int idProcess) Ottiene lo stato e le informazioni di dettaglio di un processo di importazione.
Parametri
idList: ID della lista


Gets status and details about an import process.


Parameters


idList: list identifier
listGuid: GUID della listaof the list
idProcess: import process ID del processo di importazione
ReturnCode vale zero se la richiesta va a buon fine, altrimenti viene restituito un valore negativo.
Tra i valori restituiti mailupBody contiene


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


MailupBody contains the following information:

  • start date
  • end date
  • numero dei contatti da importare
  • numero dei contatti importati (raggruppati per statonumber of contacts to be imported
  • number of imported contacts (grouped by status: New, Existing, Optout)
  • lo stato del processo process status (running, completed, waiting, error)


Nota: i campi Please note that the "Mobile" sono relative agli SMS e non rientrano nelle integrazioni con sistemi di terze parti.
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<ImportProcess fields refer to text messaging (SMS) and are not part of integrations with third party systems.

 

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