EPMS_Connect


Click here for a complete list of operations.

GetInvoiceDetails

Returns the ARTransaction and ARTransactionLine Fields of the Transaction Number sent for an Invoice.

Test

The test form is only available for requests from the local machine.

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 /EnterpriseWebService/Service.asmx HTTP/1.1
Host: epms.strategicfactory.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://localhost/EnterpriseWebService/Enterprise Connect/GetInvoiceDetails"

<?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>
    <GetInvoiceDetails xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <Credentials>
        <Username>string</Username>
        <Password>string</Password>
      </Credentials>
      <TransactionNumber>string</TransactionNumber>
    </GetInvoiceDetails>
  </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>
    <GetInvoiceDetailsResponse xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <GetInvoiceDetailsResult>
        <ARTransHeaderInfos>
          <ARTransactionHeaderInfo>
            <TransactionNumber>int</TransactionNumber>
            <BatchID>int</BatchID>
            <PlantID>string</PlantID>
            <CustAccount>string</CustAccount>
            <TransactionType>string</TransactionType>
            <DocumentNumber>string</DocumentNumber>
            <CrDrFlag>string</CrDrFlag>
            <CustReference>string</CustReference>
            <Description>string</Description>
            <Comments>string</Comments>
            <Status>string</Status>
            <TransactionDate>string</TransactionDate>
            <Era>int</Era>
            <Age>short</Age>
            <PostDate>string</PostDate>
            <PostOpr>string</PostOpr>
            <CurrencyFlag>string</CurrencyFlag>
            <CurrencyCode>string</CurrencyCode>
            <ExchangeRate>float</ExchangeRate>
            <NetVal>decimal</NetVal>
            <SalesTaxA>decimal</SalesTaxA>
            <SalesTaxB>decimal</SalesTaxB>
            <SalesTaxC>decimal</SalesTaxC>
            <SalesTaxD>decimal</SalesTaxD>
            <SalesTaxVal>decimal</SalesTaxVal>
            <TotalVal>decimal</TotalVal>
            <OpenVal>decimal</OpenVal>
            <CostVal>decimal</CostVal>
            <NetValForeign>decimal</NetValForeign>
            <SalesTaxAForeign>decimal</SalesTaxAForeign>
            <SalesTaxBForeign>decimal</SalesTaxBForeign>
            <SalesTaxCForeign>decimal</SalesTaxCForeign>
            <SalesTaxDForeign>decimal</SalesTaxDForeign>
            <SalesTaxForeign>decimal</SalesTaxForeign>
            <TotalValForeign>decimal</TotalValForeign>
            <OpenValForeign>decimal</OpenValForeign>
            <CostValForeign>decimal</CostValForeign>
            <InvoiceAccount>string</InvoiceAccount>
            <TermsCode>string</TermsCode>
            <DueDate>string</DueDate>
            <CreditCode>string</CreditCode>
            <SalesRepCode>string</SalesRepCode>
            <CSR>string</CSR>
            <DespatchDate>string</DespatchDate>
            <ShipToCode>string</ShipToCode>
            <ShipViaCode>string</ShipViaCode>
            <PackingSlipNumber>string</PackingSlipNumber>
            <ApplyInvoiceNumber>string</ApplyInvoiceNumber>
            <ApplyInvoiceBatch>int</ApplyInvoiceBatch>
            <ApplyInvoiceTrans>int</ApplyInvoiceTrans>
            <PrePaidVal>decimal</PrePaidVal>
            <PrePaidDocNumber>string</PrePaidDocNumber>
            <CompanyID>string</CompanyID>
            <PaymentMethod>string</PaymentMethod>
            <PayeeBank>string</PayeeBank>
            <PayeeBranch>string</PayeeBranch>
            <PayeeAccount>string</PayeeAccount>
            <CBBank>string</CBBank>
            <GLCode>string</GLCode>
            <Allocate4>decimal</Allocate4>
            <Allocate3>decimal</Allocate3>
            <Allocate2>decimal</Allocate2>
            <Allocate1>decimal</Allocate1>
            <Allocate0>decimal</Allocate0>
            <Allocate4Foreign>decimal</Allocate4Foreign>
            <Allocate3Foreign>decimal</Allocate3Foreign>
            <Allocate2Foreign>decimal</Allocate2Foreign>
            <Allocate1Foreign>decimal</Allocate1Foreign>
            <Allocate0Foreign>decimal</Allocate0Foreign>
            <FreightCost>decimal</FreightCost>
            <Postage>decimal</Postage>
            <TaxOnTaxB>boolean</TaxOnTaxB>
            <CheckNumber>string</CheckNumber>
            <DontPostJobs>boolean</DontPostJobs>
            <AllocateOpen>boolean</AllocateOpen>
            <ShipmentNumber>int</ShipmentNumber>
            <Restock>int</Restock>
            <RestockFee>decimal</RestockFee>
            <Voided>boolean</Voided>
            <CC_Number>string</CC_Number>
            <CC_NameOnCard>string</CC_NameOnCard>
            <CC_Expiration>string</CC_Expiration>
            <PrepayJobNumber>string</PrepayJobNumber>
            <FirstJobNumber>string</FirstJobNumber>
            <OverUnderOption>boolean</OverUnderOption>
            <BillName>string</BillName>
            <BillAddress1>string</BillAddress1>
            <BillAddress2>string</BillAddress2>
            <BillAddress3>string</BillAddress3>
            <BillCity>string</BillCity>
            <BillCounty>string</BillCounty>
            <BillState>string</BillState>
            <BillZip>string</BillZip>
            <BillCountry>string</BillCountry>
            <BillPhone>string</BillPhone>
            <BillFax>string</BillFax>
            <BillContact>string</BillContact>
            <BillContactID>int</BillContactID>
            <VoidDate>string</VoidDate>
            <DraftInvoice>boolean</DraftInvoice>
            <Transfered>boolean</Transfered>
            <TaxJurisdiction>string</TaxJurisdiction>
            <UserDefined1>string</UserDefined1>
            <InvoicePrinted>boolean</InvoicePrinted>
            <PrepaymentTransactionNumber>int</PrepaymentTransactionNumber>
            <UserDefined2>string</UserDefined2>
            <UserDefined3>string</UserDefined3>
            <UserDefined4>string</UserDefined4>
            <UserDefined5>string</UserDefined5>
            <DeferRevenue>boolean</DeferRevenue>
            <QuickReceipt>boolean</QuickReceipt>
            <QuickReceiptGLAccount>string</QuickReceiptGLAccount>
            <CCTransactionID>string</CCTransactionID>
            <CCEnteredBy>string</CCEnteredBy>
            <CCProvidedBy>string</CCProvidedBy>
            <BillEmail>string</BillEmail>
            <PostageTransaction>boolean</PostageTransaction>
            <PostageRequestPO>string</PostageRequestPO>
            <RequestDate>string</RequestDate>
            <RequestedAmount>decimal</RequestedAmount>
            <GLTUserDefined1>string</GLTUserDefined1>
            <GLTUserDefined2>string</GLTUserDefined2>
            <AvgExchangeRate>float</AvgExchangeRate>
            <OverrideExchangeAmount>boolean</OverrideExchangeAmount>
            <PrePaidValForeign>decimal</PrePaidValForeign>
            <FreightCostForeign>decimal</FreightCostForeign>
            <PostageForeign>decimal</PostageForeign>
            <RequestedAmountForeign>decimal</RequestedAmountForeign>
            <TransactionLineItems xsi:nil="true" />
          </ARTransactionHeaderInfo>
          <ARTransactionHeaderInfo>
            <TransactionNumber>int</TransactionNumber>
            <BatchID>int</BatchID>
            <PlantID>string</PlantID>
            <CustAccount>string</CustAccount>
            <TransactionType>string</TransactionType>
            <DocumentNumber>string</DocumentNumber>
            <CrDrFlag>string</CrDrFlag>
            <CustReference>string</CustReference>
            <Description>string</Description>
            <Comments>string</Comments>
            <Status>string</Status>
            <TransactionDate>string</TransactionDate>
            <Era>int</Era>
            <Age>short</Age>
            <PostDate>string</PostDate>
            <PostOpr>string</PostOpr>
            <CurrencyFlag>string</CurrencyFlag>
            <CurrencyCode>string</CurrencyCode>
            <ExchangeRate>float</ExchangeRate>
            <NetVal>decimal</NetVal>
            <SalesTaxA>decimal</SalesTaxA>
            <SalesTaxB>decimal</SalesTaxB>
            <SalesTaxC>decimal</SalesTaxC>
            <SalesTaxD>decimal</SalesTaxD>
            <SalesTaxVal>decimal</SalesTaxVal>
            <TotalVal>decimal</TotalVal>
            <OpenVal>decimal</OpenVal>
            <CostVal>decimal</CostVal>
            <NetValForeign>decimal</NetValForeign>
            <SalesTaxAForeign>decimal</SalesTaxAForeign>
            <SalesTaxBForeign>decimal</SalesTaxBForeign>
            <SalesTaxCForeign>decimal</SalesTaxCForeign>
            <SalesTaxDForeign>decimal</SalesTaxDForeign>
            <SalesTaxForeign>decimal</SalesTaxForeign>
            <TotalValForeign>decimal</TotalValForeign>
            <OpenValForeign>decimal</OpenValForeign>
            <CostValForeign>decimal</CostValForeign>
            <InvoiceAccount>string</InvoiceAccount>
            <TermsCode>string</TermsCode>
            <DueDate>string</DueDate>
            <CreditCode>string</CreditCode>
            <SalesRepCode>string</SalesRepCode>
            <CSR>string</CSR>
            <DespatchDate>string</DespatchDate>
            <ShipToCode>string</ShipToCode>
            <ShipViaCode>string</ShipViaCode>
            <PackingSlipNumber>string</PackingSlipNumber>
            <ApplyInvoiceNumber>string</ApplyInvoiceNumber>
            <ApplyInvoiceBatch>int</ApplyInvoiceBatch>
            <ApplyInvoiceTrans>int</ApplyInvoiceTrans>
            <PrePaidVal>decimal</PrePaidVal>
            <PrePaidDocNumber>string</PrePaidDocNumber>
            <CompanyID>string</CompanyID>
            <PaymentMethod>string</PaymentMethod>
            <PayeeBank>string</PayeeBank>
            <PayeeBranch>string</PayeeBranch>
            <PayeeAccount>string</PayeeAccount>
            <CBBank>string</CBBank>
            <GLCode>string</GLCode>
            <Allocate4>decimal</Allocate4>
            <Allocate3>decimal</Allocate3>
            <Allocate2>decimal</Allocate2>
            <Allocate1>decimal</Allocate1>
            <Allocate0>decimal</Allocate0>
            <Allocate4Foreign>decimal</Allocate4Foreign>
            <Allocate3Foreign>decimal</Allocate3Foreign>
            <Allocate2Foreign>decimal</Allocate2Foreign>
            <Allocate1Foreign>decimal</Allocate1Foreign>
            <Allocate0Foreign>decimal</Allocate0Foreign>
            <FreightCost>decimal</FreightCost>
            <Postage>decimal</Postage>
            <TaxOnTaxB>boolean</TaxOnTaxB>
            <CheckNumber>string</CheckNumber>
            <DontPostJobs>boolean</DontPostJobs>
            <AllocateOpen>boolean</AllocateOpen>
            <ShipmentNumber>int</ShipmentNumber>
            <Restock>int</Restock>
            <RestockFee>decimal</RestockFee>
            <Voided>boolean</Voided>
            <CC_Number>string</CC_Number>
            <CC_NameOnCard>string</CC_NameOnCard>
            <CC_Expiration>string</CC_Expiration>
            <PrepayJobNumber>string</PrepayJobNumber>
            <FirstJobNumber>string</FirstJobNumber>
            <OverUnderOption>boolean</OverUnderOption>
            <BillName>string</BillName>
            <BillAddress1>string</BillAddress1>
            <BillAddress2>string</BillAddress2>
            <BillAddress3>string</BillAddress3>
            <BillCity>string</BillCity>
            <BillCounty>string</BillCounty>
            <BillState>string</BillState>
            <BillZip>string</BillZip>
            <BillCountry>string</BillCountry>
            <BillPhone>string</BillPhone>
            <BillFax>string</BillFax>
            <BillContact>string</BillContact>
            <BillContactID>int</BillContactID>
            <VoidDate>string</VoidDate>
            <DraftInvoice>boolean</DraftInvoice>
            <Transfered>boolean</Transfered>
            <TaxJurisdiction>string</TaxJurisdiction>
            <UserDefined1>string</UserDefined1>
            <InvoicePrinted>boolean</InvoicePrinted>
            <PrepaymentTransactionNumber>int</PrepaymentTransactionNumber>
            <UserDefined2>string</UserDefined2>
            <UserDefined3>string</UserDefined3>
            <UserDefined4>string</UserDefined4>
            <UserDefined5>string</UserDefined5>
            <DeferRevenue>boolean</DeferRevenue>
            <QuickReceipt>boolean</QuickReceipt>
            <QuickReceiptGLAccount>string</QuickReceiptGLAccount>
            <CCTransactionID>string</CCTransactionID>
            <CCEnteredBy>string</CCEnteredBy>
            <CCProvidedBy>string</CCProvidedBy>
            <BillEmail>string</BillEmail>
            <PostageTransaction>boolean</PostageTransaction>
            <PostageRequestPO>string</PostageRequestPO>
            <RequestDate>string</RequestDate>
            <RequestedAmount>decimal</RequestedAmount>
            <GLTUserDefined1>string</GLTUserDefined1>
            <GLTUserDefined2>string</GLTUserDefined2>
            <AvgExchangeRate>float</AvgExchangeRate>
            <OverrideExchangeAmount>boolean</OverrideExchangeAmount>
            <PrePaidValForeign>decimal</PrePaidValForeign>
            <FreightCostForeign>decimal</FreightCostForeign>
            <PostageForeign>decimal</PostageForeign>
            <RequestedAmountForeign>decimal</RequestedAmountForeign>
            <TransactionLineItems xsi:nil="true" />
          </ARTransactionHeaderInfo>
        </ARTransHeaderInfos>
        <message>string</message>
      </GetInvoiceDetailsResult>
    </GetInvoiceDetailsResponse>
  </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 /EnterpriseWebService/Service.asmx HTTP/1.1
Host: epms.strategicfactory.com
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>
    <GetInvoiceDetails xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <Credentials>
        <Username>string</Username>
        <Password>string</Password>
      </Credentials>
      <TransactionNumber>string</TransactionNumber>
    </GetInvoiceDetails>
  </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>
    <GetInvoiceDetailsResponse xmlns="http://localhost/EnterpriseWebService/Enterprise Connect">
      <GetInvoiceDetailsResult>
        <ARTransHeaderInfos>
          <ARTransactionHeaderInfo>
            <TransactionNumber>int</TransactionNumber>
            <BatchID>int</BatchID>
            <PlantID>string</PlantID>
            <CustAccount>string</CustAccount>
            <TransactionType>string</TransactionType>
            <DocumentNumber>string</DocumentNumber>
            <CrDrFlag>string</CrDrFlag>
            <CustReference>string</CustReference>
            <Description>string</Description>
            <Comments>string</Comments>
            <Status>string</Status>
            <TransactionDate>string</TransactionDate>
            <Era>int</Era>
            <Age>short</Age>
            <PostDate>string</PostDate>
            <PostOpr>string</PostOpr>
            <CurrencyFlag>string</CurrencyFlag>
            <CurrencyCode>string</CurrencyCode>
            <ExchangeRate>float</ExchangeRate>
            <NetVal>decimal</NetVal>
            <SalesTaxA>decimal</SalesTaxA>
            <SalesTaxB>decimal</SalesTaxB>
            <SalesTaxC>decimal</SalesTaxC>
            <SalesTaxD>decimal</SalesTaxD>
            <SalesTaxVal>decimal</SalesTaxVal>
            <TotalVal>decimal</TotalVal>
            <OpenVal>decimal</OpenVal>
            <CostVal>decimal</CostVal>
            <NetValForeign>decimal</NetValForeign>
            <SalesTaxAForeign>decimal</SalesTaxAForeign>
            <SalesTaxBForeign>decimal</SalesTaxBForeign>
            <SalesTaxCForeign>decimal</SalesTaxCForeign>
            <SalesTaxDForeign>decimal</SalesTaxDForeign>
            <SalesTaxForeign>decimal</SalesTaxForeign>
            <TotalValForeign>decimal</TotalValForeign>
            <OpenValForeign>decimal</OpenValForeign>
            <CostValForeign>decimal</CostValForeign>
            <InvoiceAccount>string</InvoiceAccount>
            <TermsCode>string</TermsCode>
            <DueDate>string</DueDate>
            <CreditCode>string</CreditCode>
            <SalesRepCode>string</SalesRepCode>
            <CSR>string</CSR>
            <DespatchDate>string</DespatchDate>
            <ShipToCode>string</ShipToCode>
            <ShipViaCode>string</ShipViaCode>
            <PackingSlipNumber>string</PackingSlipNumber>
            <ApplyInvoiceNumber>string</ApplyInvoiceNumber>
            <ApplyInvoiceBatch>int</ApplyInvoiceBatch>
            <ApplyInvoiceTrans>int</ApplyInvoiceTrans>
            <PrePaidVal>decimal</PrePaidVal>
            <PrePaidDocNumber>string</PrePaidDocNumber>
            <CompanyID>string</CompanyID>
            <PaymentMethod>string</PaymentMethod>
            <PayeeBank>string</PayeeBank>
            <PayeeBranch>string</PayeeBranch>
            <PayeeAccount>string</PayeeAccount>
            <CBBank>string</CBBank>
            <GLCode>string</GLCode>
            <Allocate4>decimal</Allocate4>
            <Allocate3>decimal</Allocate3>
            <Allocate2>decimal</Allocate2>
            <Allocate1>decimal</Allocate1>
            <Allocate0>decimal</Allocate0>
            <Allocate4Foreign>decimal</Allocate4Foreign>
            <Allocate3Foreign>decimal</Allocate3Foreign>
            <Allocate2Foreign>decimal</Allocate2Foreign>
            <Allocate1Foreign>decimal</Allocate1Foreign>
            <Allocate0Foreign>decimal</Allocate0Foreign>
            <FreightCost>decimal</FreightCost>
            <Postage>decimal</Postage>
            <TaxOnTaxB>boolean</TaxOnTaxB>
            <CheckNumber>string</CheckNumber>
            <DontPostJobs>boolean</DontPostJobs>
            <AllocateOpen>boolean</AllocateOpen>
            <ShipmentNumber>int</ShipmentNumber>
            <Restock>int</Restock>
            <RestockFee>decimal</RestockFee>
            <Voided>boolean</Voided>
            <CC_Number>string</CC_Number>
            <CC_NameOnCard>string</CC_NameOnCard>
            <CC_Expiration>string</CC_Expiration>
            <PrepayJobNumber>string</PrepayJobNumber>
            <FirstJobNumber>string</FirstJobNumber>
            <OverUnderOption>boolean</OverUnderOption>
            <BillName>string</BillName>
            <BillAddress1>string</BillAddress1>
            <BillAddress2>string</BillAddress2>
            <BillAddress3>string</BillAddress3>
            <BillCity>string</BillCity>
            <BillCounty>string</BillCounty>
            <BillState>string</BillState>
            <BillZip>string</BillZip>
            <BillCountry>string</BillCountry>
            <BillPhone>string</BillPhone>
            <BillFax>string</BillFax>
            <BillContact>string</BillContact>
            <BillContactID>int</BillContactID>
            <VoidDate>string</VoidDate>
            <DraftInvoice>boolean</DraftInvoice>
            <Transfered>boolean</Transfered>
            <TaxJurisdiction>string</TaxJurisdiction>
            <UserDefined1>string</UserDefined1>
            <InvoicePrinted>boolean</InvoicePrinted>
            <PrepaymentTransactionNumber>int</PrepaymentTransactionNumber>
            <UserDefined2>string</UserDefined2>
            <UserDefined3>string</UserDefined3>
            <UserDefined4>string</UserDefined4>
            <UserDefined5>string</UserDefined5>
            <DeferRevenue>boolean</DeferRevenue>
            <QuickReceipt>boolean</QuickReceipt>
            <QuickReceiptGLAccount>string</QuickReceiptGLAccount>
            <CCTransactionID>string</CCTransactionID>
            <CCEnteredBy>string</CCEnteredBy>
            <CCProvidedBy>string</CCProvidedBy>
            <BillEmail>string</BillEmail>
            <PostageTransaction>boolean</PostageTransaction>
            <PostageRequestPO>string</PostageRequestPO>
            <RequestDate>string</RequestDate>
            <RequestedAmount>decimal</RequestedAmount>
            <GLTUserDefined1>string</GLTUserDefined1>
            <GLTUserDefined2>string</GLTUserDefined2>
            <AvgExchangeRate>float</AvgExchangeRate>
            <OverrideExchangeAmount>boolean</OverrideExchangeAmount>
            <PrePaidValForeign>decimal</PrePaidValForeign>
            <FreightCostForeign>decimal</FreightCostForeign>
            <PostageForeign>decimal</PostageForeign>
            <RequestedAmountForeign>decimal</RequestedAmountForeign>
            <TransactionLineItems xsi:nil="true" />
          </ARTransactionHeaderInfo>
          <ARTransactionHeaderInfo>
            <TransactionNumber>int</TransactionNumber>
            <BatchID>int</BatchID>
            <PlantID>string</PlantID>
            <CustAccount>string</CustAccount>
            <TransactionType>string</TransactionType>
            <DocumentNumber>string</DocumentNumber>
            <CrDrFlag>string</CrDrFlag>
            <CustReference>string</CustReference>
            <Description>string</Description>
            <Comments>string</Comments>
            <Status>string</Status>
            <TransactionDate>string</TransactionDate>
            <Era>int</Era>
            <Age>short</Age>
            <PostDate>string</PostDate>
            <PostOpr>string</PostOpr>
            <CurrencyFlag>string</CurrencyFlag>
            <CurrencyCode>string</CurrencyCode>
            <ExchangeRate>float</ExchangeRate>
            <NetVal>decimal</NetVal>
            <SalesTaxA>decimal</SalesTaxA>
            <SalesTaxB>decimal</SalesTaxB>
            <SalesTaxC>decimal</SalesTaxC>
            <SalesTaxD>decimal</SalesTaxD>
            <SalesTaxVal>decimal</SalesTaxVal>
            <TotalVal>decimal</TotalVal>
            <OpenVal>decimal</OpenVal>
            <CostVal>decimal</CostVal>
            <NetValForeign>decimal</NetValForeign>
            <SalesTaxAForeign>decimal</SalesTaxAForeign>
            <SalesTaxBForeign>decimal</SalesTaxBForeign>
            <SalesTaxCForeign>decimal</SalesTaxCForeign>
            <SalesTaxDForeign>decimal</SalesTaxDForeign>
            <SalesTaxForeign>decimal</SalesTaxForeign>
            <TotalValForeign>decimal</TotalValForeign>
            <OpenValForeign>decimal</OpenValForeign>
            <CostValForeign>decimal</CostValForeign>
            <InvoiceAccount>string</InvoiceAccount>
            <TermsCode>string</TermsCode>
            <DueDate>string</DueDate>
            <CreditCode>string</CreditCode>
            <SalesRepCode>string</SalesRepCode>
            <CSR>string</CSR>
            <DespatchDate>string</DespatchDate>
            <ShipToCode>string</ShipToCode>
            <ShipViaCode>string</ShipViaCode>
            <PackingSlipNumber>string</PackingSlipNumber>
            <ApplyInvoiceNumber>string</ApplyInvoiceNumber>
            <ApplyInvoiceBatch>int</ApplyInvoiceBatch>
            <ApplyInvoiceTrans>int</ApplyInvoiceTrans>
            <PrePaidVal>decimal</PrePaidVal>
            <PrePaidDocNumber>string</PrePaidDocNumber>
            <CompanyID>string</CompanyID>
            <PaymentMethod>string</PaymentMethod>
            <PayeeBank>string</PayeeBank>
            <PayeeBranch>string</PayeeBranch>
            <PayeeAccount>string</PayeeAccount>
            <CBBank>string</CBBank>
            <GLCode>string</GLCode>
            <Allocate4>decimal</Allocate4>
            <Allocate3>decimal</Allocate3>
            <Allocate2>decimal</Allocate2>
            <Allocate1>decimal</Allocate1>
            <Allocate0>decimal</Allocate0>
            <Allocate4Foreign>decimal</Allocate4Foreign>
            <Allocate3Foreign>decimal</Allocate3Foreign>
            <Allocate2Foreign>decimal</Allocate2Foreign>
            <Allocate1Foreign>decimal</Allocate1Foreign>
            <Allocate0Foreign>decimal</Allocate0Foreign>
            <FreightCost>decimal</FreightCost>
            <Postage>decimal</Postage>
            <TaxOnTaxB>boolean</TaxOnTaxB>
            <CheckNumber>string</CheckNumber>
            <DontPostJobs>boolean</DontPostJobs>
            <AllocateOpen>boolean</AllocateOpen>
            <ShipmentNumber>int</ShipmentNumber>
            <Restock>int</Restock>
            <RestockFee>decimal</RestockFee>
            <Voided>boolean</Voided>
            <CC_Number>string</CC_Number>
            <CC_NameOnCard>string</CC_NameOnCard>
            <CC_Expiration>string</CC_Expiration>
            <PrepayJobNumber>string</PrepayJobNumber>
            <FirstJobNumber>string</FirstJobNumber>
            <OverUnderOption>boolean</OverUnderOption>
            <BillName>string</BillName>
            <BillAddress1>string</BillAddress1>
            <BillAddress2>string</BillAddress2>
            <BillAddress3>string</BillAddress3>
            <BillCity>string</BillCity>
            <BillCounty>string</BillCounty>
            <BillState>string</BillState>
            <BillZip>string</BillZip>
            <BillCountry>string</BillCountry>
            <BillPhone>string</BillPhone>
            <BillFax>string</BillFax>
            <BillContact>string</BillContact>
            <BillContactID>int</BillContactID>
            <VoidDate>string</VoidDate>
            <DraftInvoice>boolean</DraftInvoice>
            <Transfered>boolean</Transfered>
            <TaxJurisdiction>string</TaxJurisdiction>
            <UserDefined1>string</UserDefined1>
            <InvoicePrinted>boolean</InvoicePrinted>
            <PrepaymentTransactionNumber>int</PrepaymentTransactionNumber>
            <UserDefined2>string</UserDefined2>
            <UserDefined3>string</UserDefined3>
            <UserDefined4>string</UserDefined4>
            <UserDefined5>string</UserDefined5>
            <DeferRevenue>boolean</DeferRevenue>
            <QuickReceipt>boolean</QuickReceipt>
            <QuickReceiptGLAccount>string</QuickReceiptGLAccount>
            <CCTransactionID>string</CCTransactionID>
            <CCEnteredBy>string</CCEnteredBy>
            <CCProvidedBy>string</CCProvidedBy>
            <BillEmail>string</BillEmail>
            <PostageTransaction>boolean</PostageTransaction>
            <PostageRequestPO>string</PostageRequestPO>
            <RequestDate>string</RequestDate>
            <RequestedAmount>decimal</RequestedAmount>
            <GLTUserDefined1>string</GLTUserDefined1>
            <GLTUserDefined2>string</GLTUserDefined2>
            <AvgExchangeRate>float</AvgExchangeRate>
            <OverrideExchangeAmount>boolean</OverrideExchangeAmount>
            <PrePaidValForeign>decimal</PrePaidValForeign>
            <FreightCostForeign>decimal</FreightCostForeign>
            <PostageForeign>decimal</PostageForeign>
            <RequestedAmountForeign>decimal</RequestedAmountForeign>
            <TransactionLineItems xsi:nil="true" />
          </ARTransactionHeaderInfo>
        </ARTransHeaderInfos>
        <message>string</message>
      </GetInvoiceDetailsResult>
    </GetInvoiceDetailsResponse>
  </soap12:Body>
</soap12:Envelope>