From 41d8ee6ab7968fab364eee6ca21784c36d796d8b Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 26 May 2013 20:52:59 +0300 Subject: Added create() to IndirectOnsiteRepair --- gsxws/repairs.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gsxws/repairs.py') 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__': -- cgit v1.2.3