WarehousepostBffWarehouseStocktakeCreate
Parameters
8 body
Body · 8
warehouseIdnumberRequiredlocationIdnumber | nullnamestringRequiredLength: 1–∞
filterNotestring | nulllockScopebooleansnapshotbooleannotestring | nullstartedByMemberIdnumber | nullRequest
POST /bff/warehouse/stocktake/create
curl -X POST "https://api.bizkithub.com/bff/warehouse/stocktake/create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"warehouseId": 0,
"name": "example_name",
"lockScope": false,
"snapshot": false
}'Response
JSON payload
{
"success": false,
"sessionId": 0,
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.