{
"pipeSn": "string",
"setVariableData": [
{
"attributeValue": "string",
"componentName": "string",
"variableName": "string",
"instance": "string"
}
]
}
curl --location --request POST '/admin-api/charging/pipe/setVariables' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeSn": "string",
"setVariableData": [
{
"attributeValue": "string",
"componentName": "string",
"variableName": "string",
"instance": "string"
}
]
}'
{
"code": 0,
"data": true,
"msg": "string"
}