-
Notifications
You must be signed in to change notification settings - Fork 2
MigrationListEx
Lee Bolgatz edited this page Oct 28, 2022
·
1 revision
Migration List for specified network/mailbox.
public MigrationIDInfo[] MigrationListEx(string SessionID,
int NetworkID,
int MailboxID,
MigrationStatus Status,
boolean ShowCanceled)
- SessionID - String - GUID
- NetworkID - Integer
- MailboxID - Integer
- Status - NetworkStatus
- ShowCanceled - boolean
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /v4.1/prod/ECGridOS.asmx HTTP/1.1
Host: os.ecgrid.io
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://os.ecgrid.io/MigrationListEx"
<?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>
<MigrationListEx xmlns="https://os.ecgrid.io/">
<SessionID>string</SessionID>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<ShowCanceled>boolean</ShowCanceled>
</MigrationListEx>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?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>
<MigrationListExResponse xmlns="https://os.ecgrid.io/">
<MigrationListExResult>
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch xsi:nil="true" />
<MigrationBatch xsi:nil="true" />
</Batches>
<Notes>
<MigrationNote xsi:nil="true" />
<MigrationNote xsi:nil="true" />
</Notes>
</MigrationIDInfo>
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch xsi:nil="true" />
<MigrationBatch xsi:nil="true" />
</Batches>
<Notes>
<MigrationNote xsi:nil="true" />
<MigrationNote xsi:nil="true" />
</Notes>
</MigrationIDInfo>
</MigrationListExResult>
</MigrationListExResponse>
</soap:Body>
</soap:Envelope>
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /v4.1/prod/ECGridOS.asmx HTTP/1.1
Host: os.ecgrid.io
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?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>
<MigrationListEx xmlns="https://os.ecgrid.io/">
<SessionID>string</SessionID>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<ShowCanceled>boolean</ShowCanceled>
</MigrationListEx>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?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>
<MigrationListExResponse xmlns="https://os.ecgrid.io/">
<MigrationListExResult>
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch xsi:nil="true" />
<MigrationBatch xsi:nil="true" />
</Batches>
<Notes>
<MigrationNote xsi:nil="true" />
<MigrationNote xsi:nil="true" />
</Notes>
</MigrationIDInfo>
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog xsi:nil="true" />
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID xsi:nil="true" />
<ErrorsUserID xsi:nil="true" />
<InterconnectsUserID xsi:nil="true" />
<NoticesUserID xsi:nil="true" />
<ReportsUserID xsi:nil="true" />
<CustomerServiceUserID xsi:nil="true" />
<AccountingUserID xsi:nil="true" />
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config xsi:nil="true" />
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo xsi:nil="true" />
<NetOpsInfo xsi:nil="true" />
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch xsi:nil="true" />
<MigrationBatch xsi:nil="true" />
</Batches>
<Notes>
<MigrationNote xsi:nil="true" />
<MigrationNote xsi:nil="true" />
</Notes>
</MigrationIDInfo>
</MigrationListExResult>
</MigrationListExResponse>
</soap12:Body>
</soap12:Envelope>
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /v4.1/prod/ECGridOS.asmx/MigrationListEx?SessionID=string&NetworkID=string&MailboxID=string&Status=string&ShowCanceled=string HTTP/1.1
Host: os.ecgrid.io
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMigrationIDInfo xmlns="https://os.ecgrid.io/">
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
</Batches>
<Notes>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
</Notes>
</MigrationIDInfo>
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
</Batches>
<Notes>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
</Notes>
</MigrationIDInfo>
</ArrayOfMigrationIDInfo>
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /v4.1/prod/ECGridOS.asmx/MigrationListEx HTTP/1.1
Host: os.ecgrid.io
Content-Type: application/x-www-form-urlencoded
Content-Length: length
SessionID=string&NetworkID=string&MailboxID=string&Status=string&ShowCanceled=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMigrationIDInfo xmlns="https://os.ecgrid.io/">
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
</Batches>
<Notes>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
</Notes>
</MigrationIDInfo>
<MigrationIDInfo>
<MigrationID>int</MigrationID>
<Name>string</Name>
<Network>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</Network>
<Mailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</Mailbox>
<ECSPNetwork>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Location>string</Location>
<AdminContact>string</AdminContact>
<AdminPhone>string</AdminPhone>
<AdminEMail>string</AdminEMail>
<LastContact>dateTime</LastContact>
<Type>Network or Router</Type>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<RunStatus>Restart or OffLine or Active or Sleeping or Alert</RunStatus>
<NetworkStatus>Redirected or NormalOperation or ECGridScheduledOutage or ECGridUnscheduledOutage or NetworkScheduledOutage or NetworkUnscheduledOutage</NetworkStatus>
<ECGridAccount>boolean</ECGridAccount>
<OwnerUserID>int</OwnerUserID>
<RoutingUserID>int</RoutingUserID>
<ErrorsUserID>int</ErrorsUserID>
<InterconnectsUserID>int</InterconnectsUserID>
<NoticesUserID>int</NoticesUserID>
<ReportsUserID>int</ReportsUserID>
<AccountingUserID>int</AccountingUserID>
<CustomerServiceUserID>int</CustomerServiceUserID>
<HomeWebsite>string</HomeWebsite>
<SupportWebsite>string</SupportWebsite>
<LoginWebsite>string</LoginWebsite>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLog>
<LogID>int</LogID>
<LogDate>dateTime</LogDate>
<UserID>int</UserID>
<Type>SystemResponse or SystemAutomated or User</Type>
<Status>Start or CheckIn or Access or Pause or Restart or Shutdown or StatusChange</Status>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Description>string</Description>
</LastLog>
<OwnerInfo>
<Type>string</Type>
<RoutingType>string</RoutingType>
<Routing>Open or OpenWithSenderValidation or TradingPartnerPairs or MultiNetwork or ECGridOpen or ECGridTradingPartnerPairs</Routing>
<LegacyPassword>string</LegacyPassword>
<InterconnectContact>string</InterconnectContact>
<InterconnectEMail>string</InterconnectEMail>
<ErrorContact>string</ErrorContact>
<ErrorEMail>string</ErrorEMail>
<Config d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<BillingUserID>int</BillingUserID>
<BillingContact>string</BillingContact>
<BillingEMail>string</BillingEMail>
<BillingType>short</BillingType>
<InvoiceContact>string</InvoiceContact>
<InvoiceEMail>string</InvoiceEMail>
<SoftwareVersion>string</SoftwareVersion>
<Created>dateTime</Created>
<Commissioned>dateTime</Commissioned>
<Decommissioned>dateTime</Decommissioned>
<Modified>dateTime</Modified>
<RunDir>string</RunDir>
<InternalDirectory>string</InternalDirectory>
<ExternalDirectoryRoot>string</ExternalDirectoryRoot>
<ExternalDirectoryIn>string</ExternalDirectoryIn>
<ExternalDirectoryOut>string</ExternalDirectoryOut>
<ArchiveDays>short</ArchiveDays>
<SupportURL>string</SupportURL>
<BlockSize>short</BlockSize>
<EnvPerMB>short</EnvPerMB>
<OutBoxTimeOut>short</OutBoxTimeOut>
<MasterAccount>string</MasterAccount>
<ProcessID>int</ProcessID>
<UserName>string</UserName>
<UserDomain>string</UserDomain>
<Server>string</Server>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
<InBoxPattern>string</InBoxPattern>
<OutBoxPattern>string</OutBoxPattern>
<x1256 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<ArchiveDaysInternal>short</ArchiveDaysInternal>
<ArchiveDaysExternal>short</ArchiveDaysExternal>
<MaxBatch>short</MaxBatch>
<dbOpenMaxCycles>short</dbOpenMaxCycles>
<dbOpenMaxSeconds>short</dbOpenMaxSeconds>
<Gateway d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<VPN d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPServer d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<FTPClient d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</NetOpsInfo>
</ECSPNetwork>
<ECSPMailbox>
<MailboxID>int</MailboxID>
<NetworkID>int</NetworkID>
<Name>string</Name>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<Description>string</Description>
<OwnerUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</OwnerUserID>
<ErrorsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ErrorsUserID>
<InterconnectsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</InterconnectsUserID>
<NoticesUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</NoticesUserID>
<ReportsUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</ReportsUserID>
<CustomerServiceUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</CustomerServiceUserID>
<AccountingUserID>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</AccountingUserID>
<Managed>boolean</Managed>
<UseType>Undefined or Test or Production or TestAndProduction</UseType>
<Config>
<InBoxTimeout>short</InBoxTimeout>
<SegTerm>unsignedByte</SegTerm>
<ElmSep>unsignedByte</ElmSep>
<SubElmSep>unsignedByte</SubElmSep>
<EBCDICFilter>short</EBCDICFilter>
<FTPasciiFilter>boolean</FTPasciiFilter>
<LowPassFilter>boolean</LowPassFilter>
<MailbagPassThrough>boolean</MailbagPassThrough>
<DeleteOnDownload>boolean</DeleteOnDownload>
<StripDirectedEnvelope>boolean</StripDirectedEnvelope>
</Config>
<ECGridAccount>boolean</ECGridAccount>
<DefaultAS2ID>string</DefaultAS2ID>
<OwnerInfo>
<PricelistID>int</PricelistID>
<ContractID>int</ContractID>
</OwnerInfo>
<NetOpsInfo>
<AliasNetworkID>int</AliasNetworkID>
<AliasMailboxID>int</AliasMailboxID>
</NetOpsInfo>
</ECSPMailbox>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<Owner>
<UserID>int</UserID>
<LoginName>string</LoginName>
<RecoveryQuestion>string</RecoveryQuestion>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Company>string</Company>
<EMail>string</EMail>
<Phone>string</Phone>
<CellPhone>string</CellPhone>
<CellCarrier>NoChange or Undefined or ATTCingular or Verizon or TMobile or SprintPCS or Nextel or Alltel or VirginMobile or ATTPreCingular or ATT or BoostMobile or USCellular or MetroPCS or Powertel</CellCarrier>
<TimeZoneOffset>short</TimeZoneOffset>
<NetworkID>int</NetworkID>
<MailboxID>int</MailboxID>
<AuthLevel>NoChange or Root or TechOps or NetOps or NetworkAdmin or NetworkUser or MailboxAdmin or MailboxUser or TPUser or General</AuthLevel>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<LastLogin>dateTime</LastLogin>
<Status>Development or Active or Preproduction or Suspended or Terminated</Status>
<LockedOut>boolean</LockedOut>
<OpenSessions>short</OpenSessions>
</Owner>
<HelpTicket>string</HelpTicket>
<Batches>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
<MigrationBatch>
<MigrationBatchId>int</MigrationBatchId>
<Name>string</Name>
<Scheduled>dateTime</Scheduled>
<Created>dateTime</Created>
<Modified>dateTime</Modified>
<Contacted>dateTime</Contacted>
<Responded>dateTime</Responded>
<Confirmed>dateTime</Confirmed>
<Total>int</Total>
<Complete>int</Complete>
<Inbound>int</Inbound>
<Outbound>int</Outbound>
<Status>All or Canceled or Planned or Requested or Confirmed or Active or Completed</Status>
<TPs d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Notes d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationBatch>
</Batches>
<Notes>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
<MigrationNote>
<MigrationNoteID>int</MigrationNoteID>
<NoteDate>dateTime</NoteDate>
<Status>Pending or Completed or Canceled or Delayed or Problem or AuthorizationRequired or NoStatusChange</Status>
<UserID>int</UserID>
<MailTo>string</MailTo>
<Note>string</Note>
<Attachment d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</MigrationNote>
</Notes>
</MigrationIDInfo>
</ArrayOfMigrationIDInfo>