InvoiceTransactionManager


Click here for a complete list of operations.

FindInvoiceTransaction

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 /KMWare.ZMA.POS.SalesMgmt.Host/InvoiceTransactionManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts/FindInvoiceTransaction"

<?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>
    <FindInvoiceTransaction xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <request>
        <OrganizationUnitId>short</OrganizationUnitId>
        <POSId>int</POSId>
        <ModuleCode>string</ModuleCode>
        <CustomerCode>string</CustomerCode>
        <InvocieId>string</InvocieId>
        <FromTransactionDate>dateTime</FromTransactionDate>
        <ToTransactionDate>dateTime</ToTransactionDate>
        <UpdateId>string</UpdateId>
        <RecCount>int</RecCount>
        <Status>string</Status>
        <DueOn>int</DueOn>
        <InvFromAmt>decimal</InvFromAmt>
        <InvToAmt>decimal</InvToAmt>
        <BalFromAmt>decimal</BalFromAmt>
        <BalToAmt>decimal</BalToAmt>
        <Name>string</Name>
        <Tag>string</Tag>
      </request>
    </FindInvoiceTransaction>
  </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>
    <FindInvoiceTransactionResponse xmlns="http://KMWare.ZMA.POS.SalesMgmt.ServiceContracts">
      <FindInvoiceTransactionResult>
        <InvoiceTransaction>
          <InvoiceTransaction>
            <InvocieId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</InvocieId>
            <TransactionId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</TransactionId>
            <OrganizationUnitId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">short</OrganizationUnitId>
            <ModuleCode xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</ModuleCode>
            <CustomerCode xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomerCode>
            <POSId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">int</POSId>
            <InvoiceAmt xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">decimal</InvoiceAmt>
            <BalaceAmt xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">decimal</BalaceAmt>
            <Status xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</Status>
            <Notes xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</Notes>
            <DueDate xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">dateTime</DueDate>
            <CustomField1 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField1>
            <CustomField2 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField2>
            <CustomField3 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField3>
            <CustomField4 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField4>
            <CustomField5 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField5>
            <UpdateId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</UpdateId>
            <UpdateDate xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">dateTime</UpdateDate>
            <Name xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</Name>
            <InvoiceTransactionDetail xsi:nil="true" xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes" />
            <TransactionDate xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">dateTime</TransactionDate>
            <IsFeeApplicable xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</IsFeeApplicable>
            <FeeAmount xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">decimal</FeeAmount>
            <FeeRateType xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</FeeRateType>
          </InvoiceTransaction>
          <InvoiceTransaction>
            <InvocieId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</InvocieId>
            <TransactionId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</TransactionId>
            <OrganizationUnitId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">short</OrganizationUnitId>
            <ModuleCode xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</ModuleCode>
            <CustomerCode xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomerCode>
            <POSId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">int</POSId>
            <InvoiceAmt xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">decimal</InvoiceAmt>
            <BalaceAmt xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">decimal</BalaceAmt>
            <Status xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</Status>
            <Notes xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</Notes>
            <DueDate xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">dateTime</DueDate>
            <CustomField1 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField1>
            <CustomField2 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField2>
            <CustomField3 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField3>
            <CustomField4 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField4>
            <CustomField5 xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</CustomField5>
            <UpdateId xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</UpdateId>
            <UpdateDate xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">dateTime</UpdateDate>
            <Name xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</Name>
            <InvoiceTransactionDetail xsi:nil="true" xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes" />
            <TransactionDate xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">dateTime</TransactionDate>
            <IsFeeApplicable xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</IsFeeApplicable>
            <FeeAmount xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">decimal</FeeAmount>
            <FeeRateType xmlns="http://KMWare.ZMA.POS.SalesMgmt.DataTypes">string</FeeRateType>
          </InvoiceTransaction>
        </InvoiceTransaction>
      </FindInvoiceTransactionResult>
    </FindInvoiceTransactionResponse>
  </soap:Body>
</soap:Envelope>