4.3 ww.dll API Reference : API descriptions : Functions with database access : modifygsrent
 
modifygsrent
 
Description
modifygsrent updates information for the guest for the rental process. Use with the Rentals module only.
 
Input fields
 
XML tag
Description
<guest_no>
Guest number.
<type_skier>
Type of skier. See the Salesware Rentals document for more information.
<shoesize>
Shoe size. See the Salesware Rentals document for more information.
 
Return fields
Status only. Confirmation of changes.
 
XML tag
Description
<type_skier>
Type of skier.
<shoesize>
Shoe size.
 
Examples
 
Example invocation:
<func>ModifyGstRent</func><guest_no>26000001</guest_no><type_skier>3</type_skier><shoesize>10.5</shoesize><type_skier>3</type_skier><shoesize>10.5</shoesize>
 
Example return string:
OK :<shoesize>10.5</shoesize><type_skier>3</type_skier>
 
See also
None.