SgrAdicionarLacresContainer
Method used to record the seals used on a container in a given schedule.
PARAMETERS
| Field | Type | Req. | Description |
|---|---|---|---|
| keyaccess | string | Yes | Key returned by the sgrLogin method. |
| cdpas | integer | Yes | PAS code, returned by the sgrListaPASUsuario method |
| cdcliente | integer | Yes | Customer code, returned by the sgrListaEmpresasPASUsuario method. |
| nrContainer | string | Yes | Container number. |
| cdProgramming | int | Yes | Programming code to which the container is linked. |
| cdViag | int | Yes | Trip code generated by the schedule. |
| nrLacre | string | Yes | Seal number to be linked to the container. |
| vlWidthInt | Real | Yes | Internal width in meters |
| vlHeightInt | Real | Yes | Internal height in meters |
| vlBaseLength | Real | Yes | Base length in meters |
| vlBaseWidth | Real | Yes | Base width in meters |
| vlBaseHeight | Real | Yes | Base height in meters |
| vlDoorWidth | Real | Yes | Door width in meters |
| vlDoorHeight | Real | Yes | Door height in meters |
| vlTare | Real | Yes | Empty container weight |
| vlCapWeight | Real | Yes | Load capacity in Kg |
| vlCapVol | Real | Yes | Load capacity in m³ |
METHOD RETURN
The system will check whether this seal has already been used; if it is already in use, it will return the message "Seal in use on schedule or trip". In this case you will need to enter another seal.