modifyaddress
Description
modifyaddress modifies existing guest information.
Input fields
XML tag | Description |
<address_id> | Guest address ID. |
<other field> | Any other field that exists in the address table – e.g., <city>. The contents of this tag are written into the corresponding field. |
Return fields
Status only.
Examples
Example invocation:
<func>modifyaddress</func><address_id>16099000</address_id>
<city>Gunnison</city>
Example return string:
OK :Function modifyaddress did not return information
See also