Saltar al contenido principal
POST
/
v1
/
production
/
plans
/
{planReference}
/
solve
Find a solution for a plan (async)
curl --request POST \
  --url https://api.bold-factory.com/v1/production/plans/{planReference}/solve \
  --header 'Authorization: Bearer <token>'
{
  "maxSolvingTimeSeconds": 123
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

planReference
string
requerido

Respuesta

Accepted

maxSolvingTimeSeconds
integer<int32>
requerido