NAME
WebService::Northern911::Response - Response object returned by WebService::Northern911 API calls
METHODS
- is_success
-
1 if the API method was a success, 0 if not. If it's 0,
error_messagewill contain any error returned. Note that we report theQueryCustomermethod as a success if it returns a negative result; in that case,customerwill be undef. - error_message
-
Any error messages returned from the web service, separated by newlines.
- customer
-
For
QueryCustomercalls, returns a hashref of the customer information per the field names used byAddorUpdateCustomer. - url
-
For
GetVendorDumpURLcalls, returns the URL where the data dump can be downloaded.