include ../mixins
soap:Envelope(
  xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/',
  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance',
  xmlns:cus='http://ws.micros-retail.com/xservices/CustomerServices'
)
  soap:Header
  soap:Body
    cus:searchCustomers
      cus:ServiceContext: +serviceContext(serviceContext)
      +optional('Name', name || firstName || lastName)
      +optional('Phone', phone || phoneNumber)
      +optional('CustomerNumberInputs', customerNumberInputs)
      +optional('CustomerInputType', customerNumberInput)
      +optional('PostalCode', postalCode || zipCode || zip)