salix/api/Api/Warehouse/machineWorkers_update COMPR...

22 lines
268 B
Plaintext

meta {
name: machineWorkers_update COMPROBAR DE NUEVO
type: http
seq: 6
}
post {
url: http://localhost:3000/api/MachineWorkers/updateInTime
body: json
auth: none
}
headers {
Authorization: DEFAULT_TOKEN
}
body:json {
{
"plate": "RE-002"
}
}