From 63f8aedf13fcfc00164d1b37ae1946754699b04a Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 31 Aug 2008 11:27:25 +0000 Subject: [PATCH] document getordersbyevents git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@171 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- doc/prog_protocol.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/doc/prog_protocol.html b/doc/prog_protocol.html index 2f5409e..802ce33 100644 --- a/doc/prog_protocol.html +++ b/doc/prog_protocol.html @@ -564,7 +564,9 @@ The cancelorder transaction is used to mark an order as cancelled. It a

Searching for an Order

-The orderbyticket 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 orderbyticket 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 getordersbyevents 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 getorderlist response.