Synchronize work order properties data
POST
/api/v1/Inspections/synchronize/properties
Inspections
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plantscanner.io/api/v1/Inspections/synchronize/properties' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "PS01-2020",
"operationCode": "PS-WORK",
"properties": [
{
"key": "string",
"value": "string",
"name": "string",
"isLocked": true
}
]
}'
Response Response Example
200 - Exemplo 1
{
"machineIntegration": {
"code": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"workStationCode": "string",
"producedGoodQuantity": 0,
"beginExecution": "2019-08-24T14:15:22Z",
"status": 0
},
"currentWorkStation": {
"id": 0,
"description": "string",
"shortName": "string",
"code": "string",
"lastUpdate": "2019-08-24T14:15:22Z",
"allowPlanning": true
},
"message": "string",
"success": true
}
Requisição
Parâmetros Bodyapplication/json