{
"gateWayProductID": "string",
"gateWaydeviceName": "string",
"list": [
{
"productID": "string",
"productName": "string",
"deviceName": "string"
}
]
}
curl --location --request POST '/api/v1/things/device/gateway/multi-create' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"gateWayProductID": "string",
"gateWaydeviceName": "string",
"list": [
{
"productID": "string",
"productName": "string",
"deviceName": "string"
}
]
}'
{
"code": "200",
"msg": "string"
}