Skip to main content
Omnitracs Knowledge Base

Get Scheduled Reefer Monitoring

getScheduledReeferMonitoring

The getScheduledReeferMonitoring web service retrieves the temperature monitoring parameters for a given trailer.

ReeferMonitoring getScheduledReeferMonitoring(AssetIdentifier trailer) throws WSException

  • trailer: An AssetIdentifier object that contains the identifier of the trailer to retrieve the scheduled temperature monitoring information for.

Authorization Requirements

The credentials supplied with this method call (as specified in the accompanying WS-Security header) must be authorized to the following application(s) and their associated role-based permissions.

Required Application Licenses
- Remote Integration

Required User Permissions
- Can use Trailer Tracks

Customer integrators are authorized to their own company's data only. 

Exceptions

001 Unknown Error.
003 Company not authorized for integration.
004 User not authorized.
005 Trailer SCAC is invalid.
006 Trailer ID is invalid.
007 A reefer trailer with the specified SCAC/ID does not exist.

Sample getScheduledReeferMonitoring Request

Only the SOAP body is shown. To see a sample SOAP Envelope and Header, view the Web Service Security page.

<soapenv:Body>

    <getScheduledReeferMonitoring>

        <trailer xmlns="">

            <id>REEFER</id>

            <scac>CSDI</scac>

        </trailer>

    </getScheduledReeferMonitoring>

</soapenv:Body>

Sample getScheduledReeferMonitoring Response

<soapenv:Body>

    <getScheduledReeferMonitoringResponse>

        <ReeferMonitoring>

            <active>true</active>

            <startDate>2007-12-25T12:00:00Z</startDate>

            <stopDate>2008-01-10T12:00:00Z</stopDate>

            <ongoing>false</ongoing>

            <tempNotifyTime>15</tempNotifyTime>

            <tempSensor>1</tempSensor>

            <targetTemp>30.0</targetTemp>

            <tempTolerance>3.5</tempTolerance>

            <notification>

               <Email>

                  <address>romanowski@volpico.com</address>

               </Email>

               <Email>

                  <address>spalmer@volpico.com</address>

               </Email>

            </notification>

        </ReeferMonitoring>

    </getScheduledReeferMonitoringResponse>

</soapenv:Body>

  • Was this article helpful?