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_message
will contain any error returned. Note that we report theQueryCustomer
method as a success if it returns a negative result; in that case,customer
will be undef. - error_message
-
Any error messages returned from the web service, separated by newlines.
- customer
-
For
QueryCustomer
calls, returns a hashref of the customer information per the field names used byAddorUpdateCustomer
. - url
-
For
GetVendorDumpURL
calls, returns the URL where the data dump can be downloaded.