post https://api.apicbase.com/api/v2/demand_forecasting//
Generate a demand forecast for an outlet.
Log in to see full request history
Responses
Generate a demand forecast for an outlet.
xxxxxxxxxx
curl --request POST \
--url https://api.apicbase.com/api/v2/demand_forecasting/outlet_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"sales_period": "LAST_WEEK"
}
'
xxxxxxxxxx
20[
{
"recipe_id": "549390842500003",
"pos_product_name": null,
"total_quantity": "8",
"total_revenue_without_tax": "113.21"
},
{
"recipe_id": "949390932510004",
"pos_product_name": null,
"total_quantity": "10",
"total_revenue_without_tax": "141.51"
},
{
"recipe_id": "749390172500000",
"pos_product_name": null,
"total_quantity": "7",
"total_revenue_without_tax": "99.06"
}
]