Skip to content
Snippets Groups Projects
Commit f22f1eab authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update Get_Costcenters.json

parent 961f930b
No related branches found
No related tags found
No related merge requests found
......@@ -21,14 +21,14 @@
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "pageNumber",
"name" : "page[number]",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
}, {
"name" : "pageSize",
"name" : "page[size]",
"in" : "query",
"description" : null,
"required" : false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment