diff --git a/docs/postman/read-api.collection.json b/docs/postman/read-api.collection.json index aa262c80..019394a9 100644 --- a/docs/postman/read-api.collection.json +++ b/docs/postman/read-api.collection.json @@ -109,6 +109,19 @@ "method": "GET", "url": "{{base_url}}/api/closings/?page=1\u0026limit=10\u0026search=kandang\u0026project_status=1\u0026location_id={{location_id}}" } + }, + { + "name": "GET api / system settings", + "request": { + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "url": "{{base_url}}/api/system-settings/" + } } ], "name": "API" @@ -582,6 +595,19 @@ "url": "{{base_url}}/api/inventory/product-warehouses/{{id}}" } }, + { + "name": "GET api / inventory / stock logs", + "request": { + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "url": "{{base_url}}/api/inventory/stock-logs/" + } + }, { "name": "GET api / inventory / transfers", "request": { @@ -1143,6 +1169,19 @@ }, { "item": [ + { + "name": "GET api / production / chickins", + "request": { + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "url": "{{base_url}}/api/production/chickins/?page=1\u0026limit=10\u0026project_flock_kandang_id={{project_flock_kandang_id}}" + } + }, { "name": "GET api / production / chickins / :id", "request": { @@ -1478,6 +1517,19 @@ "url": "{{base_url}}/api/reports/hpp-per-kandang?page=1\u0026limit=10\u0026period=2026-01-01\u0026show_unrecorded=false\u0026area_id=1,2\u0026location_id=1,2\u0026kandang_id=1,2\u0026weight_min=1.2\u0026weight_max=1.8" } }, + { + "name": "GET api / reports / hpp v2 breakdown", + "request": { + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "url": "{{base_url}}/api/reports/hpp-v2-breakdown" + } + }, { "name": "GET api / reports / marketing", "request": {