Accounting Export Reports that can be consumed by 3rd Party accounting systems
Page Number for the result set.
This is expected to be an integer value greater than 0. Defaults to 1 when not passed in.
For more information see the Getting Started Section for Pagination.
Page Size
This is expected to be an integer value greater than 0. Defaults to 100 when not passed in.
For more information see the Getting Started Section for Pagination.
curl -i -X GET \ 'https://developer.yellowdogsoftware.com/_mock/fetch/api/api/v3/countsheets?Expand=string&Filter=string&OrderBy=string&PageNumber=0&PageSize=0' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[ { "countSheetID": "ed1497be-add9-44eb-9bd3-3df7ef2126f7", "description": "string", "storeID": "b89b5309-e797-4390-b985-9bdc32523397", "countSheetItems": [ … ] } ]
Page Number for the result set.
This is expected to be an integer value greater than 0. Defaults to 1 when not passed in.
For more information see the Getting Started Section for Pagination.
Page Size
This is expected to be an integer value greater than 0. Defaults to 100 when not passed in.
For more information see the Getting Started Section for Pagination.
curl -i -X GET \ 'https://developer.yellowdogsoftware.com/_mock/fetch/api/api/v3/countsheets/{id}?Expand=string&Filter=string&OrderBy=string&PageNumber=0&PageSize=0' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "countSheetID": "ed1497be-add9-44eb-9bd3-3df7ef2126f7", "description": "string", "storeID": "b89b5309-e797-4390-b985-9bdc32523397", "countSheetItems": [ { … } ] }