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

Update Get_Costcenters.json

parent 234afc17
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,19 @@
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "meta",
"name" : "pageNumber",
"in" : "query",
"description" : null,
"required" : false,
"type" : "object"
"type" : "number",
"format" : "int32"
}, {
"name" : "pageSize",
"in" : "query",
"description" : null,
"required" : false,
"type" : "number",
"format" : "int32"
} ],
"responses" : {
"200" : {
......
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