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

Tenant.public.supply Plans.generate

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

Item identification: ID or name+location pair

item_namestring · max: 255Optional
location_namestring · max: 255Optional
view_idintegerOptional

View identification: ID or name

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

{
  "mode": "partner",
  "item_location_id": 1,
  "item_name": "text",
  "location_name": "text",
  "view_id": 1,
  "view_name": "text"
}
{
  "message": "text",
  "data": [],
  "meta": [],
  "links": "text"
}

Last updated

Was this helpful?