Web Service Integration 31 - GetWatchList

Introduction
The GetWatchList web service allows you to get a DOT-Docket number list of your watched carriers.
The Web Service Details

https://www.saferwatch.com/webservices/CarrierService31.php
?Action=GetWatchList
&ServiceKey=YourServiceKey
&CustomerKey=YourCustomerKey

Example GetWatchList Call:

https://www.saferwatch.com/webservices/CarrierService31.php?Action=GetWatchList&ServiceKey=DemoServiceKey&CustomerKey=DemoCustomerKey&
Click to see GetWatchList results

Response fields values:

<CarrierService31.GetWatchList>
</WatchList>>
     <Pair>DOT#-Docket#</Pair>>      Note: Each pair is separated by dash
     <Pair>DOT#-Docket#</Pair>>      Note: DOT or Docket could be blank
     <Pair>DOT#-Docket#</Pair>>
     etc...
</WatchList>>
<ResponseDO> NOTE: See Standard Response
     <status>APPROVED</status>
     <action>OK</action>
     <code>SFW00389</code>
     <displayMsg>Found 5 watches</displayMsg>
     <techMsg></techMsg>
</ResponseDO>
</ltCarrierService31.GetWatchList>