aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gsxws/repairs.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py
index c04c79f..bff9c50 100644
--- a/gsxws/repairs.py
+++ b/gsxws/repairs.py
@@ -236,7 +236,12 @@ class IndirectOnsiteRepair(Repair):
Once the repair is submitted, it is assigned a confirmation number,
which is a reference number to identify the repair.
"""
- pass
+
+ _namespace = "asp:"
+
+ def create(self):
+ return self._submit("repairData", "CreateIndirectOnsiteRepair",
+ "repairConfirmation")
if __name__ == '__main__':