Skip to main content

sgrRetornaEventosSigna

Allows you to see all the events that have occurred with that schedule

SoapAction

PARAMETERS

FieldTypeReq.Description
keyaccessstringYesKey returned by the sgrLogin method.
nmOSstringYesService Order (SO) number
cdclienteintegerYesCustomer code, returned by the sgrListaEmpresasUsuario method

METHOD RETURN:

ReturnDataset: If events are found for that schedule, it will return the following fields:

FieldDescription
IdentifierEvent identifier
LatitudeLatitude of the vehicle when the event occurred
LongitudeLongitude of the vehicle when the event occurred
DtpositionDate of the vehicle's position when the event occurred
MsgtrackingTracking message
codEventEvent code in E-cargo
NmOSOS number
PlateVehicle plate
ContainerContainer number
Seal1Seal 1
Seal2Seal2
Seal3Seal3
TaraContainerTara Container
XML example

This is an example of XML GenerateAEv12, you can copy it to the right

<sgrRetornaEventosSigna xmlns="https://tempuri.org/">
<chaveAcesso>SUA CHAVE DE ACESSO</chaveAcesso>
<nmOS>TESTEOPEN</nmOS>
<cdCliente>6997832</cdCliente>
</sgrRetornaEventosSigna>