Authorization: Bearer ********************
[
{
"scenarioId": "e28e2f4c-7202-4457-b0d8-c4c537f7bff6",
"inlet": "string",
"colNames": [
{
"code": "string",
"unit": "string"
}
],
"times": [
"2019-08-24T14:15:22Z"
],
"values": [
[
0
]
]
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v2/simulation-lab/scenario/inlet-data/save' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"scenarioId": "e28e2f4c-7202-4457-b0d8-c4c537f7bff6",
"inlet": "string",
"colNames": [
{
"code": "string",
"unit": "string"
}
],
"times": [
"2019-08-24T14:15:22Z"
],
"values": [
[
0
]
]
}
]'
{}