Bug 20772: Return cost & price_paid in API
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Thu, 17 May 2018 10:36:50 +0000 (11:36 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Sat, 13 Oct 2018 11:34:32 +0000 (08:34 -0300)
Signed-off-by: Barry Cannon <bc@interleaf.ie>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

api/v1/swagger/paths/illrequests.json

index 13ec426..3087caf 100644 (file)
                 "required": false,
                 "type": "string"
             }, {
+                "name": "cost",
+                "in": "query",
+                "description": "The quoted cost of the request",
+                "required": false,
+                "type": "number"
+            }, {
+                "name": "price_paid",
+                "in": "query",
+                "description": "The final cost of the request",
+                "required": false,
+                "type": "number"
+            }, {
                 "name": "medium",
                 "in": "query",
                 "description": "The medium of the requested item",