UltimateService
Click here for a complete list of operations.
Issue
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/Issue"
<?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>
<Issue xmlns="http://tempuri.org/">
<token>string</token>
<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>
<IssueNo>string</IssueNo>
<IssueItemID>int</IssueItemID>
<ItemNo>int</ItemNo>
<CostLicenseNo>string</CostLicenseNo>
<InvtID>string</InvtID>
<SiteID>string</SiteID>
<BinCode>string</BinCode>
<UnitID>string</UnitID>
<UnitQty>decimal</UnitQty>
<QtyPerUnit>decimal</QtyPerUnit>
<UnitPrice>decimal</UnitPrice>
<UnitTotalAmt>decimal</UnitTotalAmt>
<RowStatus>string</RowStatus>
<PickChecked>string</PickChecked>
<PickLicenseNo>string</PickLicenseNo>
<ResultDescr>string</ResultDescr>
</INIssueItem>
<INIssueItem>
<IssueNo>string</IssueNo>
<IssueItemID>int</IssueItemID>
<ItemNo>int</ItemNo>
<CostLicenseNo>string</CostLicenseNo>
<InvtID>string</InvtID>
<SiteID>string</SiteID>
<BinCode>string</BinCode>
<UnitID>string</UnitID>
<UnitQty>decimal</UnitQty>
<QtyPerUnit>decimal</QtyPerUnit>
<UnitPrice>decimal</UnitPrice>
<UnitTotalAmt>decimal</UnitTotalAmt>
<RowStatus>string</RowStatus>
<PickChecked>string</PickChecked>
<PickLicenseNo>string</PickLicenseNo>
<ResultDescr>string</ResultDescr>
</INIssueItem>
</IssueItem>
</Issue>
</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>
<IssueResponse 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>
<Issue xmlns="http://tempuri.org/">
<token>string</token>
<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>
<IssueNo>string</IssueNo>
<IssueItemID>int</IssueItemID>
<ItemNo>int</ItemNo>
<CostLicenseNo>string</CostLicenseNo>
<InvtID>string</InvtID>
<SiteID>string</SiteID>
<BinCode>string</BinCode>
<UnitID>string</UnitID>
<UnitQty>decimal</UnitQty>
<QtyPerUnit>decimal</QtyPerUnit>
<UnitPrice>decimal</UnitPrice>
<UnitTotalAmt>decimal</UnitTotalAmt>
<RowStatus>string</RowStatus>
<PickChecked>string</PickChecked>
<PickLicenseNo>string</PickLicenseNo>
<ResultDescr>string</ResultDescr>
</INIssueItem>
<INIssueItem>
<IssueNo>string</IssueNo>
<IssueItemID>int</IssueItemID>
<ItemNo>int</ItemNo>
<CostLicenseNo>string</CostLicenseNo>
<InvtID>string</InvtID>
<SiteID>string</SiteID>
<BinCode>string</BinCode>
<UnitID>string</UnitID>
<UnitQty>decimal</UnitQty>
<QtyPerUnit>decimal</QtyPerUnit>
<UnitPrice>decimal</UnitPrice>
<UnitTotalAmt>decimal</UnitTotalAmt>
<RowStatus>string</RowStatus>
<PickChecked>string</PickChecked>
<PickLicenseNo>string</PickLicenseNo>
<ResultDescr>string</ResultDescr>
</INIssueItem>
</IssueItem>
</Issue>
</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>
<IssueResponse xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>