document getordersbyevents
authorkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sun, 31 Aug 2008 11:27:25 +0000 (11:27 +0000)
committerkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sun, 31 Aug 2008 11:27:25 +0000 (11:27 +0000)
git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@171 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33

doc/prog_protocol.html

index 2f5409e..802ce33 100644 (file)
@@ -564,7 +564,9 @@ The <tt>cancelorder</tt> transaction is used to mark an order as cancelled. It a
 
 <h3>Searching for an Order</h3>
 
-The <tt>orderbyticket</tt> transaction can be used to find an order by a ticket ID from that order. The request contains the ticket ID, the response contains the order ID or returns as error if not found.
+The <tt>orderbyticket</tt> transaction can be used to find an order by a ticket ID from that order. The request contains the ticket ID, the response contains the order ID or returns as error if not found.<p>
+
+The <tt>getordersbyevents</tt> transaction can be used to return all orders that contain tickets for a specific event. The request is a space separated list of event IDs, the response has the format of the <tt>getorderlist</tt> response.
 
 <!-- ************************************************************************************
      ************************************************************************************