Web Service Integration 32 - AddWatch

Introduction
The AddWatch web service allows you to add a specific carrier to your list of watched carriers.

NOTE: Please do not call AddWatch en masse to update your system. See UpdateWatchList to manage your entire watched carrier list.

The Web Service Details

https://www.saferwatch.com/webservices/CarrierService32.php
?Action=AddWatch
&ServiceKey=YourServiceKey
&CustomerKey=YourCustomerKey
&number=MC, MX, FF or DOT Number (Numbers with no prefix are interpretted as DOT numbers)

Valid numbers are MC, FF, MX or DOT Numbers. A number without no prefix will be interpreted as a DOT Number. MC000123, MC123, DOT0012345, DOT12345 and 12345 are all valid numbers.

Example AddWatch Call:

https://www.saferwatch.com/webservices/CarrierService32.php?Action=AddWatch&ServiceKey=DemoServiceKey&CustomerKey=DemoCustomerKey&number=51442
Click to see AddWatch results

Testing Tools:

See current watch list
Add watch MC076184
Remove watch MC076184

Response fields values:

<CarrierService32.AddWatch>
<ResponseDO> NOTE: See Standard Response
     <status>APPROVED</status>
     <action>OK</action>
     <code>SFW00389</code>
     <displayMsg></displayMsg>
     <techMsg></techMsg>
</ResponseDO>
</CarrierService32.AddWatch>