You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

ParameterDescriptionTypeHintMandatory
companyRTI company keystring
yes
importRTI import keystring
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_COMPANYcompany key is missing
INVALID_COMPANYCompany not found. Company key or import key might be faulty.
ERROR_MAINTENANCEYour company is under maintenance, no RTI request are possible at the moment.
MISSING_IMPORTimport key is missing
INVENTORY_NOT_ACTIVATEDInventory management is not activated for your company.
  • No labels