Click or drag to resize

IeCommerceServiceOrderCancel Method

Cancel Order made with BasketPostSale

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
string OrderCancel(
	string transactionId
)

Parameters

transactionId
Type: SystemString

Return Value

Type: String
Examples
Shows how Omni Object is mapped to LS Nav/Central WS Request
NAV WS mapping
<Request_ID>WEB_POS_CANCEL_CUSTOMER_ORDER</Request_ID>
<Request_Body>
  <WebTransactionGUID>transactionId</WebTransactionGUID>
</Request_Body>
See Also