UltimateService


Click here for a complete list of operations.

INIssue

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 /UltimateService.asmx HTTP/1.1
Host: vendor-svr.ultimate.mn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/INIssue"

<?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>
    <INIssue xmlns="http://tempuri.org/">
      <Issues>
        <INIssueInfo>
          <Issue>
            <IssueNo>string</IssueNo>
            <SourceTxnNo>string</SourceTxnNo>
            <TxnDate>string</TxnDate>
            <TabletNo>string</TabletNo>
            <TabletNoCurr>string</TabletNoCurr>
            <TxnEmpCode>string</TxnEmpCode>
            <CustID>string</CustID>
            <TxnType>string</TxnType>
            <PaymentType>int</PaymentType>
            <Status>int</Status>
            <Descr>string</Descr>
            <SourceNo>string</SourceNo>
            <PriceType>string</PriceType>
            <RelatedEmpCode>string</RelatedEmpCode>
            <COGSAcct>string</COGSAcct>
            <COGSSub>string</COGSSub>
            <UserID>string</UserID>
            <SalesAcct>string</SalesAcct>
            <SalesSub>string</SalesSub>
            <DfltARAcct>string</DfltARAcct>
            <DfltARSub>string</DfltARSub>
            <DiscAcct>string</DiscAcct>
            <DiscAmt>decimal</DiscAmt>
            <DiscPercent>decimal</DiscPercent>
            <Ship_ActualCashAmount>decimal</Ship_ActualCashAmount>
            <Ship_ActualNonCashAmount>decimal</Ship_ActualNonCashAmount>
            <Ship_ActualCreditAmount>decimal</Ship_ActualCreditAmount>
            <IsNOATFree>string</IsNOATFree>
            <RowStatus>string</RowStatus>
          </Issue>
          <IssueItem>
            <INIssueItem xsi:nil="true" />
            <INIssueItem xsi:nil="true" />
          </IssueItem>
        </INIssueInfo>
        <INIssueInfo>
          <Issue>
            <IssueNo>string</IssueNo>
            <SourceTxnNo>string</SourceTxnNo>
            <TxnDate>string</TxnDate>
            <TabletNo>string</TabletNo>
            <TabletNoCurr>string</TabletNoCurr>
            <TxnEmpCode>string</TxnEmpCode>
            <CustID>string</CustID>
            <TxnType>string</TxnType>
            <PaymentType>int</PaymentType>
            <Status>int</Status>
            <Descr>string</Descr>
            <SourceNo>string</SourceNo>
            <PriceType>string</PriceType>
            <RelatedEmpCode>string</RelatedEmpCode>
            <COGSAcct>string</COGSAcct>
            <COGSSub>string</COGSSub>
            <UserID>string</UserID>
            <SalesAcct>string</SalesAcct>
            <SalesSub>string</SalesSub>
            <DfltARAcct>string</DfltARAcct>
            <DfltARSub>string</DfltARSub>
            <DiscAcct>string</DiscAcct>
            <DiscAmt>decimal</DiscAmt>
            <DiscPercent>decimal</DiscPercent>
            <Ship_ActualCashAmount>decimal</Ship_ActualCashAmount>
            <Ship_ActualNonCashAmount>decimal</Ship_ActualNonCashAmount>
            <Ship_ActualCreditAmount>decimal</Ship_ActualCreditAmount>
            <IsNOATFree>string</IsNOATFree>
            <RowStatus>string</RowStatus>
          </Issue>
          <IssueItem>
            <INIssueItem xsi:nil="true" />
            <INIssueItem xsi:nil="true" />
          </IssueItem>
        </INIssueInfo>
      </Issues>
    </INIssue>
  </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>
    <INIssueResponse xmlns="http://tempuri.org/" />
  </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 /UltimateService.asmx HTTP/1.1
Host: vendor-svr.ultimate.mn
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>
    <INIssue xmlns="http://tempuri.org/">
      <Issues>
        <INIssueInfo>
          <Issue>
            <IssueNo>string</IssueNo>
            <SourceTxnNo>string</SourceTxnNo>
            <TxnDate>string</TxnDate>
            <TabletNo>string</TabletNo>
            <TabletNoCurr>string</TabletNoCurr>
            <TxnEmpCode>string</TxnEmpCode>
            <CustID>string</CustID>
            <TxnType>string</TxnType>
            <PaymentType>int</PaymentType>
            <Status>int</Status>
            <Descr>string</Descr>
            <SourceNo>string</SourceNo>
            <PriceType>string</PriceType>
            <RelatedEmpCode>string</RelatedEmpCode>
            <COGSAcct>string</COGSAcct>
            <COGSSub>string</COGSSub>
            <UserID>string</UserID>
            <SalesAcct>string</SalesAcct>
            <SalesSub>string</SalesSub>
            <DfltARAcct>string</DfltARAcct>
            <DfltARSub>string</DfltARSub>
            <DiscAcct>string</DiscAcct>
            <DiscAmt>decimal</DiscAmt>
            <DiscPercent>decimal</DiscPercent>
            <Ship_ActualCashAmount>decimal</Ship_ActualCashAmount>
            <Ship_ActualNonCashAmount>decimal</Ship_ActualNonCashAmount>
            <Ship_ActualCreditAmount>decimal</Ship_ActualCreditAmount>
            <IsNOATFree>string</IsNOATFree>
            <RowStatus>string</RowStatus>
          </Issue>
          <IssueItem>
            <INIssueItem xsi:nil="true" />
            <INIssueItem xsi:nil="true" />
          </IssueItem>
        </INIssueInfo>
        <INIssueInfo>
          <Issue>
            <IssueNo>string</IssueNo>
            <SourceTxnNo>string</SourceTxnNo>
            <TxnDate>string</TxnDate>
            <TabletNo>string</TabletNo>
            <TabletNoCurr>string</TabletNoCurr>
            <TxnEmpCode>string</TxnEmpCode>
            <CustID>string</CustID>
            <TxnType>string</TxnType>
            <PaymentType>int</PaymentType>
            <Status>int</Status>
            <Descr>string</Descr>
            <SourceNo>string</SourceNo>
            <PriceType>string</PriceType>
            <RelatedEmpCode>string</RelatedEmpCode>
            <COGSAcct>string</COGSAcct>
            <COGSSub>string</COGSSub>
            <UserID>string</UserID>
            <SalesAcct>string</SalesAcct>
            <SalesSub>string</SalesSub>
            <DfltARAcct>string</DfltARAcct>
            <DfltARSub>string</DfltARSub>
            <DiscAcct>string</DiscAcct>
            <DiscAmt>decimal</DiscAmt>
            <DiscPercent>decimal</DiscPercent>
            <Ship_ActualCashAmount>decimal</Ship_ActualCashAmount>
            <Ship_ActualNonCashAmount>decimal</Ship_ActualNonCashAmount>
            <Ship_ActualCreditAmount>decimal</Ship_ActualCreditAmount>
            <IsNOATFree>string</IsNOATFree>
            <RowStatus>string</RowStatus>
          </Issue>
          <IssueItem>
            <INIssueItem xsi:nil="true" />
            <INIssueItem xsi:nil="true" />
          </IssueItem>
        </INIssueInfo>
      </Issues>
    </INIssue>
  </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>
    <INIssueResponse xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>