Type Related Operations

19.4.5.3 GetListMissingMaterialsByHour

DESCRIPTION

Return the missing list for the next xx hour.

INPUT

  • _user: User name (must be set as described in the user setting chapter);
  • _pwd: User password (must be set as described in the user setting chapter);
  • _coduser: Station code;
  • _minutes: Total time requested;

GetListMissingMaterialsByHour_input

OUTPUT

<string xmlns="http://www.etere.eu/EtereWSApi"><?xml version="1.0" encoding="utf-8"?> <WSApiResponse> <Function Name="GetListMissingMaterialsByHour"> <ASSETLIST><ASSET ID="1837" CODE="1837" DESCRIPTION="ANNADOPOMARC" ONAIRTIME="2023-07-03T14:30:00" /><ASSET ID="1846" CODE="468_3" DESCRIPTION="BRAVE s" ONAIRTIME="2023-07-03T14:30:00.040" /></ASSETLIST> </Function> </WSApiResponse> </string>

GetListMissingMaterialsByHour_output

The _minutes parameter is determined from the current time (i.e. for 2 hours, the parameter value should be =120)

 All channels will be checked if the value in_coduserparameter is zero (=0).

GetListMissingMaterialsByHour_output
GetListMissingMaterialsByHour_input