POST ev/cycle/platform/save
Request Information
URI Parameters
None.
Body Parameters
Collection of PlatformOpMachines| Name | Description | Type | Additional information |
|---|---|---|---|
| operationId | string |
None. |
|
| machineId | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"operationId": "sample string 1",
"machineId": [
"sample string 1",
"sample string 2"
]
},
{
"operationId": "sample string 1",
"machineId": [
"sample string 1",
"sample string 2"
]
}
]
Response Information
Resource Description
None.