|
Payments from a Reservation |
Top Previous Next |
|
Reservations can have payments attached to them. Below is a screen shot of a reservation and a single payment. The XML below is the result of a call to
http://192.168.0.19/als_get_payments.cgi?reservation=8600
- <payments> - <data count="1"> <row code="5845" reservation="8600" base="1" amount="110" paytype="7" referencevalue="4546" datevalue="11/15/2004" timevalue="3:24:11 PM" voucheramount="" /> </data> </payments>
|