@fye/xservices-client
Version:
FYE Micros Xservices Client
19 lines • 714 B
text/jade
include ../mixins
soap:Envelope(
xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/',
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance',
xmlns:tns='http://ws.micros-retail.com/xservices/TransServices'
)
soap:Header
soap:Body
tns:changeLineItemTax
tns:ServiceContext: +serviceContext(serviceContext)
TransSeq= transSeq
LineNumber= lineNumber
+optional('TaxAmount', taxAmount)
+optional('TaxPercent', taxPercent)
+optional('ReasonCode', reasonCode)
+optional('Comment', comment)
+optional('ItemDescription', itemDescription || description)
+optional('SerialNumber', serialNumber)
+reasonCodePromptProperties(reasonCodePromptProperties)