GoSmarter API Gateway
string · uuid · requiredstring · uuid · requiredstring · required
string · uuid · requiredstring · uuid · requiredstring · required
ProductionPlanBars
Start a production plan bar
POST
https://api.gosmarter.ai
/api/company/{companyId}/production-plan-bars/{barId}/start
Marks an Approved bar as Started and rolls up affected order line items to 'In Progress'.
path Parameters
companyIdThe company GUID.
barIdThe production plan bar GUID.
Headers
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Start a production plan bar › Responses
No description
No data returned
Complete a production plan bar
POST
https://api.gosmarter.ai
/api/company/{companyId}/production-plan-bars/{barId}/complete
Marks a Started bar as Completed and rolls up affected order line items to 'Completed' once all of their Accepted cuts (across every plan/bar) are on Completed bars.
path Parameters
companyIdThe company GUID.
barIdThe production plan bar GUID.
Headers
GoSmarter-Api-KeyThe GoSmarter-Api-Key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Complete a production plan bar › Responses
No description
No data returned

