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

Update 2 files

- /docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenters.md
- /docs/tutorials/API_Related/SupOrg_and_CostCenter/CostCenterHierarchy.md
parent aeb05760
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we ...@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we
- Start Page: 1 - Start Page: 1
- End Page: 1000 - End Page: 1000
- Page Increment Factor: 1 - Page Increment Factor: 1
- End Of Response Expression: "data": \[\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.) - End Of Response Expression: "data": \\[\\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.)
- The rest of the settings remain at their default. - The rest of the settings remain at their default.
![Pagination](images/pagination.png) ![Pagination](images/pagination.png)
......
...@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we ...@@ -73,7 +73,7 @@ This part you'll notice is quite straightforward. The only special attention we
- Start Page: 1 - Start Page: 1
- End Page: 1000 - End Page: 1000
- Page Increment Factor: 1 - Page Increment Factor: 1
- End Of Response Expression: "data": \[\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.) - End Of Response Expression: "data": \\[\\] (this is what will stop the pagination at the page AFTER the last page that contains data. It is referencing an empty array to successfully search for.)
- The rest of the settings remain at their default. - The rest of the settings remain at their default.
![Pagination](images/pagination.png) ![Pagination](images/pagination.png)
......
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