Get all existing inventory objects including their profile and group assignments, as well as their uuids for reference. For example uuids might be used to assign inventory objects to tours created via TourWS.
Description
GET /inventory/get_inventories.php?company=RTI_COMPANYKEY&import=IMPORTKEY
Parameter
Parameter | Description | Type | Hint | Mandatory |
---|---|---|---|---|
company | RTI company key | string | yes | |
import | RTI import key | string | yes |
Return value
On success you will receive "OK". On missing parameters or errors you will receive "ERROR:description".
Possible error values
Error | Description |
---|---|
MISSING_COMPANY | company key is missing |
INVALID_COMPANY | Company not found. Company key or import key might be faulty. |
ERROR_MAINTENANCE | Your company is under maintenance, no RTI request are possible at the moment. |
MISSING_IMPORT | import key is missing |
INVENTORY_NOT_ACTIVATED | Inventory management is not activated for your company. |