katana_public_api_client.models.create_stocktake_row_request¶ katana_public_api_client.models.create_stocktake_row_request ¶ Classes¶ CreateStocktakeRowRequest ¶ Request payload for creating a new stocktake row for counting specific variants Example {'stocktake_id': 4001, 'variant_id': 3001, 'system_quantity': 150.0, 'actual_quantity': 147.0, 'notes': 'Minor count difference noted'}