diff options
Diffstat (limited to 'gsxws/repairs.py')
-rw-r--r-- | gsxws/repairs.py | 9 |
1 files changed, 5 insertions, 4 deletions
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", |