Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v1/sweeps \ --header 'Content-Type: application/json' \ --data ' { "retailer_location_id": "<string>", "sweep_date": "<string>", "scheduled_start_time": "<string>", "sweep_type": "order", "items": [] } '
{ "success": true, "sweep": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "retailer_location_id": "<string>", "sweep_date": "<string>", "sweep_number": "<string>", "scheduled_start_time": "<string>", "scheduled_end_time": "<string>", "actual_start_time": "<string>", "actual_end_time": "<string>", "driver_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "total_items": 123, "total_load": 123, "created_at": "<string>", "updated_at": "<string>", "taxonomy_id": "<string>", "sweep_type": "<string>", "is_locked": true, "delivery_fee": 123 } }
Create a new sweep with optional items
1
^\d{4}-\d{2}-\d{2}$
order
inventory
Show child attributes
Sweep created successfully