diff --git a/ASP-IICS-Team/GetCostCenter/getcostcenter.json b/ASP-IICS-Team/GetCostCenter/getcostcenter.json index d11cca134900e4c0de8388d5fad916a9bdd6fdf7..2310dba043b6f93f45edc24f2874ce2936eb39f2 100644 --- a/ASP-IICS-Team/GetCostCenter/getcostcenter.json +++ b/ASP-IICS-Team/GetCostCenter/getcostcenter.json @@ -20,7 +20,21 @@ "operationId" : "get_cost_center", "produces" : [ "application/json" ], "consumes" : [ "application/json" ], - "parameters" : [ ], + "parameters" : [ { + "name" : "page[number]", + "in" : "query", + "description" : null, + "required" : false, + "type" : "number", + "format" : "int32" + }, { + "name" : "page[size]", + "in" : "query", + "description" : null, + "required" : false, + "type" : "number", + "format" : "int32" + } ], "responses" : { "200" : { "description" : "successful operation",