sgrListaTiposSensoresTemperaturaCliente
List of temperature sensor types configured for the customer.
PARAMETERS
Field | Type | Req.? | Description |
---|---|---|---|
chaveacesso | string | Yes | Key returned by the sgrLogin method. |
cdpas | integer | Yes | PAS code, returned by the sgrListaPASUsuario method |
cdcliente | integer | Yes | Client code, returned by the sgrListaEmpresasPASUsuario method. |
METHOD RETURN:
ReturnDataset: If the access key provided is valid, the property will display:
Field | Type | Description |
---|---|---|
cdTpSensTemp | integer | Sensor type code |
dsSensor | string | Sensor type description |
cdPosicaoSensor | Integer | Position in which the sensor type will appear on the SIL Shipping Authorization issuance screens |
vlToleraSup | float | Upper temperature tolerance value. |
vlIdealSup | float | Upper ideal temperature value. |
vlIdealInf | float | Lower ideal temperature value. |
vlToleraInf | float | Lower temperature tolerance value. |