From bed20ba842ff633edef44181bcf44d2fc3fa7fea Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 17 May 2018 11:36:50 +0100 Subject: [PATCH] Bug 20772: Return cost & price_paid in API Signed-off-by: Barry Cannon Signed-off-by: Katrin Fischer --- api/v1/swagger/paths/illrequests.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/v1/swagger/paths/illrequests.json b/api/v1/swagger/paths/illrequests.json index 13ec426..3087caf 100644 --- a/api/v1/swagger/paths/illrequests.json +++ b/api/v1/swagger/paths/illrequests.json @@ -57,6 +57,18 @@ "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", -- 2.1.4