POST analytics/silos
Request Information
URI Parameters
None.
Body Parameters
Collection of SilosModel| Name | Description | Type | Additional information |
|---|---|---|---|
| silos | integer |
None. |
|
| premix | integer |
None. |
|
| idMaterial | integer |
None. |
|
| material | string |
None. |
|
| quantity | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"silos": 1,
"premix": 2,
"idMaterial": 3,
"material": "sample string 4",
"quantity": 5
},
{
"silos": 1,
"premix": 2,
"idMaterial": 3,
"material": "sample string 4",
"quantity": 5
}
]
Response Information
Resource Description
None.