Internal API Documentation
⚠ These APIs are intended for internal use only. They are used by the Production Control module and should not be exposed to third-party integrations without explicit authorization.
Table of Contents
Production Control Session API
Production Control Session API (prodControlSession)
Provides access to Production Control sessions.
Endpoint: /api/nav24/shopFloor/v1.0/companies({companyID})/prodControlSessions
ReadWrite
Operations:
- GET - Get Production Control sessions
- POST - Create Production Control session
- PATCH - Update Production Control session
- DELETE - Delete Production Control session
| Field | Description |
|---|---|
| systemId | System ID |
| itemNo | Item number |
| itemDescription | Item description |
| userId | User ID |
| prodOrderNo | Production order number |
| prodOrderLineNo | Production order line number |
| batchId | Batch ID |
| operationNo | Operation number |
| operationStartDateTime | Operation start date and time |
| lastOperationDateTime | Last operation date and time |
| routingNo | Routing/capacity number |
| routingType | Routing/capacity type |
| routingDescription | Routing/capacity description |
| status | Status |
| orderQuantity | Order quantity |
Production Control Entry API
Production Control Entry API (prodControlEntry)
Provides access to Production Control entries.
Endpoint: /api/nav24/shopFloor/v1.0/companies({companyID})/prodControlEntries
ReadWrite
Operations:
- GET - Get Production Control entries
- POST - Create Production Control entry
- PATCH - Update Production Control entry
- DELETE - Delete Production Control entry
| Field | Description |
|---|---|
| systemId | System ID |
| deviceNo | Device number |
| entryType | Entry type |
| startDateTime | Start date and time |
| finishDateTime | Finish date and time |
| itemNo | Item number |
| lotNo | Lot number |
| operationNo | Operation number |
| operationCode | Operation code |
| prodOrderNo | Production order number |
| prodOrderLineNo | Production order line number |
| routingNo | Routing/capacity number |
| routingType | Routing/capacity type |
| sessionId | Session ID |
| status | Status |
| techMessage | Technical message |
| userId | User ID |
| batchId | Batch ID |
Production Control Entry Extension API
Production Control Entry Extension API (prodControlEntryExtension)
Provides access to Production Control entry extensions (additional tracking records).
Endpoint: /api/nav24/shopFloor/v1.0/companies({companyID})/prodControlEntryExtensions
ReadWrite
Operations:
- GET - Get Production Control entry extensions
- POST - Create Production Control entry extension
- PATCH - Update Production Control entry extension
- DELETE - Delete Production Control entry extension
| Field | Description |
|---|---|
| systemId | System ID |
| entriesId | Entries ID (parent reference) |
| startDateTime | Start date and time |
| finishDateTime | Finish date and time |
| itemNo | Item number |
| operationNo | Operation number |
| prodOrderNo | Production order number |
| prodOrderLineNo | Production order line number |
| routingNo | Routing/capacity number |
| routingType | Routing/capacity type |
| sessionId | Session ID |
| status | Status |
| techMessage | Technical message |
| userId | User ID |
| batchId | Batch ID |