@fye/xservices-client
Version:
FYE Micros Xservices Client
16 lines • 559 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:changeLineItemPrice
tns:ServiceContext: +serviceContext(serviceContext)
TransSeq= transSeq
LineNumber= lineNumber
+optional('NewPrice', newPrice)
+optional('ReasonCode', reasonCode)
+optional('Comment', comment)
+reasonCodePromptProperties(reasonCodePromptProperties)