For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tenant.public.supply Plans.generate Batch

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
modestring · enumRequiredPossible values:
view_idintegerOptional

View: ID or name (at least one required)

view_namestring · max: 255Optional
location_idintegerOptional

Location: ID or name (at least one required)

location_namestring · max: 255Optional
Responses
200Success
application/json
stringOptional
or
post/supply-plans/generate-batch
POST /your-tenant/api/v1/supply-plans/generate-batch HTTP/1.1
Host: plan.claret.app
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 88

{
  "mode": "partner",
  "view_id": 1,
  "view_name": "text",
  "location_id": 1,
  "location_name": "text"
}
text

Last updated

Was this helpful?