Authorization: Bearer ********************
{
"craneId": "string",
"listBasicInformation": [
{
"mechanism": "string",
"deviceType": "string",
"deviceStaticInfoId": "string",
"count": 0
}
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/Device/DeviceDirectoryImport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"craneId": "string",
"listBasicInformation": [
{
"mechanism": "string",
"deviceType": "string",
"deviceStaticInfoId": "string",
"count": 0
}
]
}'
{}