From fc037d07daed0e10eb4f981847975c314c36a8e2 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 2 Nov 2016 12:56:54 +0200 Subject: Added new products --- gsxws/repairs.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gsxws/repairs.py') diff --git a/gsxws/repairs.py b/gsxws/repairs.py index f5baf48..0bea2bd 100644 --- a/gsxws/repairs.py +++ b/gsxws/repairs.py @@ -46,13 +46,14 @@ COVERAGE_STATUSES = ( class SymptomIssue(GsxObject): """ - The Reported Symptom/Issue API allows partners to fetch the information - related to symptoms and issues. If all the validations go through, - api returns a list of valid symptoms/issues according to the input data. + The Reported Symptom/Issue API allows partners to fetch the information + related to symptoms and issues. If all the validations go through, + api returns a list of valid symptoms/issues according to the input data. Otherwise api returns appropriate error message. """ + _namespace = "asp:" - + def fetch(self): result = [] self._submit("requestData", "ReportedSymptomIssue", -- cgit v1.2.3