getAttributeDetails
Get the details of an attribute (the element contained in a collection, Example:room is an attribute contained in the hotel.)
$ubReq = array( "user" => $authRequest["user"], "secret" => $authResponse["secret"], "ubCall" => "getAttributeDetails", "ubParams" => array( "user" => $authRequest["user"], "attributeID" => $ID_OF_ATTRIBUTE ) ); $ubRes = getWSDL($ubReq);
Value | Description |
name | name of the attribute |
photo | image file generated in the server |
description | generic description of the attribute |
maxPax | max number of hosts |
collectionID | the collection that contains the attribute |
minStay | minimum days of stay/use |