Create Fault Report
This method is available to developers from the Locate.asmx Web Service and creates a object inside the at_incident table with the supplied attributes. This is for use with the iShare Logger - Classic module.
http://localhost/isharemaps_internal/locate.asmx/CreateFaultReport?Description=
Parameters
Â
Name | Requirement | Description |
---|---|---|
Description | mandatory | Description of the fault e.g. Abandoned Car near 17 Acacia Avenue |
UniqueId | mandatory | The unique id for the fault in the external system |
Interaction | mandatory | Interaction Id e.g. for Lagan. This may be blank |
Type | mandatory | Identifier for the type of Fault Report i.e. AbandonedCars |
AssetId | mandatory | The Asset Id say for a Street Light |
Easting | mandatory | Easting coordinate in British National Grid |
Northing | mandatory | Northing coordinate in British National Grid |
Returns
'-1' for failure or the ogc_fid value from the created record for success.