PlantScanner
HomeSobre a PlantScanner
HomeSobre a PlantScanner
  1. Processos de Inspeção
  • Developers
  • O que são as propriedades?
  • SKUs e Insumos
    • SKUs e Insumos
    • Gets all materials.
      GET
    • Synchronize materials batch between customer ERP and PlantScanner bases.
      POST
  • Ordens de Produção
    • Ordens de Produção ( Ordens de Trabalho )
    • Gets work orders that have been planned or executed between the specified dates or by the work order code.
      GET
    • Gets work orders that with production details
      GET
    • Synchronize work orders batch between customer ERP and PlantScanner bases.
      POST
    • Synchronize work orders batch current execution.
      POST
    • Synchronize work order properties data
      POST
    • Synchronize work orders batch planning dates.
      POST
  • Estoque
    • Estoque
    • Synchronize materials inventories between customer ERP and PlantScanner bases.
      POST
  • Alertas de Produção
    • Alertas de Produção
    • Synchronize work orders batch between customer ERP and PlantScanner bases.
      GET
  • Tempos de Mão de Obra
    • Tempos de Mão de Obra
    • Get employee logged hours with work order info if one was in execution.
      GET
  • Inspeções de Qualidade
    • Inspeções de Qualidade
    • Gets inspections that have been planned or executed between the specified dates or by the work order code.
      GET
    • Synchronize inspections batch between customer ERP and PlantScanner bases.
      POST
    • Synchronize inspections batch current execution.
      POST
    • Synchronize work order properties data
      POST
  • Processos de Inspeção
    • Processos de Inspeção
    • Gets all inspections processes
      GET
    • Synchronize inspection processes batch between customer ERP and PlantScanner bases.
      POST
  • Listas de Qualidade
    • Listas de Qualidade
    • Gets work orders checks that have been planned or executed between the specified dates or by the work order code.
  • Lotes Consumidos
    • Lotes Consumidos
    • Synchronize work orders batch between customer ERP and PlantScanner bases.
    • Sync consumed raw material quantity based on updated quantity in work order.
  • Histórico de Ordens
    • Synchronize work orders batch between customer ERP and PlantScanner bases.
  • Estações de Trabalho
    • Estações de Trabalho
    • Gets work stations with shifts and area.
  1. Processos de Inspeção

Gets all inspections processes

GET
/api/v1/InspectionsProcesses
InspectionsProcesses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.plantscanner.io/api/v1/InspectionsProcesses'
Response Response Example
200 - Exemplo 1
{
    "inspectionsProcesses": [
        {
            "code": "string",
            "description": "string",
            "predictedLaborTime": {
                "ticks": 0,
                "days": 0,
                "hours": 0,
                "milliseconds": 0,
                "minutes": 0,
                "seconds": 0,
                "totalDays": 0,
                "totalHours": 0,
                "totalMilliseconds": 0,
                "totalMinutes": 0,
                "totalSeconds": 0
            },
            "predictedMachineTime": {
                "ticks": 0,
                "days": 0,
                "hours": 0,
                "milliseconds": 0,
                "minutes": 0,
                "seconds": 0,
                "totalDays": 0,
                "totalHours": 0,
                "totalMilliseconds": 0,
                "totalMinutes": 0,
                "totalSeconds": 0
            },
            "isQualityInspection": true
        }
    ]
}

Requisição

Authorization
Adicionar o parâmetro
Authorization
a Cabeçalhos
, cujo valor é concatenar o Token após o Bearer.
Exemplo:
Authorization: Bearer ********************
Parâmetros Query
Code
string 
opcional

Respostas

🟢200OK
application/json
Materials list
Body
inspectionsProcesses
array[object (PlantScanner.API.Application.Boundaries.GetMaterials_ResultInspection) {5}] 
opcional
code
string 
opcional
description
string 
opcional
predictedLaborTime
object (System_TimeSpan) 
opcional
predictedMachineTime
object (System_TimeSpan) 
opcional
isQualityInspection
boolean 
opcional
🟠412412
🔴500Erro do servidor
Página anterior
Processos de Inspeção
Próxima página
Synchronize inspection processes batch between customer ERP and PlantScanner bases.
Built with