POST ev/cycles/operation/{id}/machines
Assegna le macchine ad una operazione.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID della operazione |
integer |
Required |
Body Parameters
Lista di machineID assegnati
Collection of AssignedMachinesListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| machineId | string |
None. |
|
| assigned | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"machineId": "sample string 1",
"assigned": true
},
{
"machineId": "sample string 1",
"assigned": true
}
]
Response Information
Resource Description
None.