Retrieve groups

get https://ws.icnea.net/inventory_groups_request.aspx

List of all the groups that are created in the database, with the list of properties in each group.

 

<inventory_groups_request> <link> <user>integer(4)</user> <password>character(20)</password> </link> </inventory_groups_request>

 

Response:

<inventory_groups_request_response> <groups> <group> <group_id>integer(4)</group_id> <group_name>character(50)</group_name> <lodgings> <lodging_id>integer(8)</lodging_id> </lodgings> </group> </groups> </inventory_groups_request_response>

 

field

description

field

description

group_id

Internal ID of the group

group_name

Name of the group

lodgings

List of all the listings that are in this group.