ECGridOS API v4


Click here for a complete list of operations.

MigrationInfo

Detail for an Migration.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
SessionID:
MigrationID:
MigrationBatchID:

SOAP 1.1

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/MigrationInfo"

<?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>
    <MigrationInfo xmlns="https://os.ecgrid.io/">
      <SessionID>string</SessionID>
      <MigrationID>int</MigrationID>
      <MigrationBatchID>int</MigrationBatchID>
    </MigrationInfo>
  </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>
    <MigrationInfoResponse xmlns="https://os.ecgrid.io/">
      <MigrationInfoResult>
        <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <ArchiveDaysInternal>short</ArchiveDaysInternal>
            <ArchiveDaysExternal>short</ArchiveDaysExternal>
            <MaxBatch>short</MaxBatch>
            <dbOpenMaxCycles>short</dbOpenMaxCycles>
            <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
            <Gateway xsi:nil="true" />
            <VPN xsi:nil="true" />
            <FTPServer xsi:nil="true" />
            <FTPClient xsi:nil="true" />
          </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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <ArchiveDaysInternal>short</ArchiveDaysInternal>
            <ArchiveDaysExternal>short</ArchiveDaysExternal>
            <MaxBatch>short</MaxBatch>
            <dbOpenMaxCycles>short</dbOpenMaxCycles>
            <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
            <Gateway xsi:nil="true" />
            <VPN xsi:nil="true" />
            <FTPServer xsi:nil="true" />
            <FTPClient xsi:nil="true" />
          </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 xsi:nil="true" />
            <Notes xsi:nil="true" />
          </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 xsi:nil="true" />
            <Notes xsi:nil="true" />
          </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 xsi:nil="true" />
          </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 xsi:nil="true" />
          </MigrationNote>
        </Notes>
      </MigrationInfoResult>
    </MigrationInfoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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>
    <MigrationInfo xmlns="https://os.ecgrid.io/">
      <SessionID>string</SessionID>
      <MigrationID>int</MigrationID>
      <MigrationBatchID>int</MigrationBatchID>
    </MigrationInfo>
  </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>
    <MigrationInfoResponse xmlns="https://os.ecgrid.io/">
      <MigrationInfoResult>
        <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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <ArchiveDaysInternal>short</ArchiveDaysInternal>
            <ArchiveDaysExternal>short</ArchiveDaysExternal>
            <MaxBatch>short</MaxBatch>
            <dbOpenMaxCycles>short</dbOpenMaxCycles>
            <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
            <Gateway xsi:nil="true" />
            <VPN xsi:nil="true" />
            <FTPServer xsi:nil="true" />
            <FTPClient xsi:nil="true" />
          </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 xsi:nil="true" />
            <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 xsi:nil="true" />
            <ArchiveDaysInternal>short</ArchiveDaysInternal>
            <ArchiveDaysExternal>short</ArchiveDaysExternal>
            <MaxBatch>short</MaxBatch>
            <dbOpenMaxCycles>short</dbOpenMaxCycles>
            <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
            <Gateway xsi:nil="true" />
            <VPN xsi:nil="true" />
            <FTPServer xsi:nil="true" />
            <FTPClient xsi:nil="true" />
          </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 xsi:nil="true" />
            <Notes xsi:nil="true" />
          </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 xsi:nil="true" />
            <Notes xsi:nil="true" />
          </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 xsi:nil="true" />
          </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 xsi:nil="true" />
          </MigrationNote>
        </Notes>
      </MigrationInfoResult>
    </MigrationInfoResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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/MigrationInfo?SessionID=string&MigrationID=string&MigrationBatchID=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"?>
<MigrationIDInfo xmlns="https://os.ecgrid.io/">
  <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>
        <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>
      <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>
        <passwordFrom>string</passwordFrom>
        <passwordTo>string</passwordTo>
        <qualifierFrom>string</qualifierFrom>
        <idFrom>string</idFrom>
        <qualifierTo>string</qualifierTo>
        <idTo>string</idTo>
        <version>string</version>
        <production>boolean</production>
      </x1256>
      <ArchiveDaysInternal>short</ArchiveDaysInternal>
      <ArchiveDaysExternal>short</ArchiveDaysExternal>
      <MaxBatch>short</MaxBatch>
      <dbOpenMaxCycles>short</dbOpenMaxCycles>
      <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
      <Gateway>
        <Application>string</Application>
        <ApplicationTimeOut>short</ApplicationTimeOut>
        <ApplicationLogFile>string</ApplicationLogFile>
        <Frequency>short</Frequency>
        <MinimumPolling>short</MinimumPolling>
        <Handshake>Push or Pull or PushPull</Handshake>
        <CommChannel>none or ftp or sftp or as2 or http or oftp or x400 or gisb or rnif or cxml or undefined</CommChannel>
        <Connection>Internet or VPN or Dial or Other</Connection>
      </Gateway>
      <VPN>
        <LocalTunnel>string</LocalTunnel>
        <RemoteTunnel>string</RemoteTunnel>
        <EncryptionDomain d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SharedSecret>string</SharedSecret>
        <EncryptionMethod>_3DES_SHA1 or _DES_SHA1 or _3DES_MD5 or _DES_MD5</EncryptionMethod>
      </VPN>
      <FTPServer>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPServer>
      <FTPClient>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPClient>
    </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>
        <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>
      <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>
        <passwordFrom>string</passwordFrom>
        <passwordTo>string</passwordTo>
        <qualifierFrom>string</qualifierFrom>
        <idFrom>string</idFrom>
        <qualifierTo>string</qualifierTo>
        <idTo>string</idTo>
        <version>string</version>
        <production>boolean</production>
      </x1256>
      <ArchiveDaysInternal>short</ArchiveDaysInternal>
      <ArchiveDaysExternal>short</ArchiveDaysExternal>
      <MaxBatch>short</MaxBatch>
      <dbOpenMaxCycles>short</dbOpenMaxCycles>
      <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
      <Gateway>
        <Application>string</Application>
        <ApplicationTimeOut>short</ApplicationTimeOut>
        <ApplicationLogFile>string</ApplicationLogFile>
        <Frequency>short</Frequency>
        <MinimumPolling>short</MinimumPolling>
        <Handshake>Push or Pull or PushPull</Handshake>
        <CommChannel>none or ftp or sftp or as2 or http or oftp or x400 or gisb or rnif or cxml or undefined</CommChannel>
        <Connection>Internet or VPN or Dial or Other</Connection>
      </Gateway>
      <VPN>
        <LocalTunnel>string</LocalTunnel>
        <RemoteTunnel>string</RemoteTunnel>
        <EncryptionDomain d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SharedSecret>string</SharedSecret>
        <EncryptionMethod>_3DES_SHA1 or _DES_SHA1 or _3DES_MD5 or _DES_MD5</EncryptionMethod>
      </VPN>
      <FTPServer>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPServer>
      <FTPClient>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPClient>
    </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>
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TPs>
      <Notes>
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Notes>
    </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>
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TPs>
      <Notes>
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Notes>
    </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>
        <FileName>string</FileName>
        <Content>base64Binary</Content>
      </Attachment>
    </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>
        <FileName>string</FileName>
        <Content>base64Binary</Content>
      </Attachment>
    </MigrationNote>
  </Notes>
</MigrationIDInfo>

HTTP POST

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/MigrationInfo HTTP/1.1
Host: os.ecgrid.io
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SessionID=string&MigrationID=string&MigrationBatchID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<MigrationIDInfo xmlns="https://os.ecgrid.io/">
  <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>
        <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>
      <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>
        <passwordFrom>string</passwordFrom>
        <passwordTo>string</passwordTo>
        <qualifierFrom>string</qualifierFrom>
        <idFrom>string</idFrom>
        <qualifierTo>string</qualifierTo>
        <idTo>string</idTo>
        <version>string</version>
        <production>boolean</production>
      </x1256>
      <ArchiveDaysInternal>short</ArchiveDaysInternal>
      <ArchiveDaysExternal>short</ArchiveDaysExternal>
      <MaxBatch>short</MaxBatch>
      <dbOpenMaxCycles>short</dbOpenMaxCycles>
      <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
      <Gateway>
        <Application>string</Application>
        <ApplicationTimeOut>short</ApplicationTimeOut>
        <ApplicationLogFile>string</ApplicationLogFile>
        <Frequency>short</Frequency>
        <MinimumPolling>short</MinimumPolling>
        <Handshake>Push or Pull or PushPull</Handshake>
        <CommChannel>none or ftp or sftp or as2 or http or oftp or x400 or gisb or rnif or cxml or undefined</CommChannel>
        <Connection>Internet or VPN or Dial or Other</Connection>
      </Gateway>
      <VPN>
        <LocalTunnel>string</LocalTunnel>
        <RemoteTunnel>string</RemoteTunnel>
        <EncryptionDomain d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SharedSecret>string</SharedSecret>
        <EncryptionMethod>_3DES_SHA1 or _DES_SHA1 or _3DES_MD5 or _DES_MD5</EncryptionMethod>
      </VPN>
      <FTPServer>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPServer>
      <FTPClient>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPClient>
    </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>
        <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>
      <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>
        <passwordFrom>string</passwordFrom>
        <passwordTo>string</passwordTo>
        <qualifierFrom>string</qualifierFrom>
        <idFrom>string</idFrom>
        <qualifierTo>string</qualifierTo>
        <idTo>string</idTo>
        <version>string</version>
        <production>boolean</production>
      </x1256>
      <ArchiveDaysInternal>short</ArchiveDaysInternal>
      <ArchiveDaysExternal>short</ArchiveDaysExternal>
      <MaxBatch>short</MaxBatch>
      <dbOpenMaxCycles>short</dbOpenMaxCycles>
      <dbOpenMaxSeconds>short</dbOpenMaxSeconds>
      <Gateway>
        <Application>string</Application>
        <ApplicationTimeOut>short</ApplicationTimeOut>
        <ApplicationLogFile>string</ApplicationLogFile>
        <Frequency>short</Frequency>
        <MinimumPolling>short</MinimumPolling>
        <Handshake>Push or Pull or PushPull</Handshake>
        <CommChannel>none or ftp or sftp or as2 or http or oftp or x400 or gisb or rnif or cxml or undefined</CommChannel>
        <Connection>Internet or VPN or Dial or Other</Connection>
      </Gateway>
      <VPN>
        <LocalTunnel>string</LocalTunnel>
        <RemoteTunnel>string</RemoteTunnel>
        <EncryptionDomain d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SharedSecret>string</SharedSecret>
        <EncryptionMethod>_3DES_SHA1 or _DES_SHA1 or _3DES_MD5 or _DES_MD5</EncryptionMethod>
      </VPN>
      <FTPServer>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPServer>
      <FTPClient>
        <IP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserID>string</UserID>
        <Password>string</Password>
        <Account>string</Account>
        <VirtualDirectoryIn>string</VirtualDirectoryIn>
        <VirtualDirectoryOut>string</VirtualDirectoryOut>
        <LogicalDirectory>string</LogicalDirectory>
        <MaxThreads>short</MaxThreads>
      </FTPClient>
    </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>
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TPs>
      <Notes>
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Notes>
    </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>
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationTP d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TPs>
      <Notes>
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MigrationNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Notes>
    </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>
        <FileName>string</FileName>
        <Content>base64Binary</Content>
      </Attachment>
    </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>
        <FileName>string</FileName>
        <Content>base64Binary</Content>
      </Attachment>
    </MigrationNote>
  </Notes>
</MigrationIDInfo>