X-User-Token: ********************{
"device_sn": "8PHDM8D0010111",
"device_cmd_data": {
"devices": [
{
"data": {
"account": "NDJhYmhkNDcwMjU=",
"host": "120.253.226.97",
"mount_point": "RTCM33_GRCEJ",
"password": "NDJud3FreW1qOA==",
"port": 8002,
"version": 21,
"height": 234.66267193603517,
"latitude": 22.5804156499653,
"longitude": 113.93851773614546
},
"module": "3",
"sn": "8PHDM8D0010111",
"type": 1
}
]
}
}curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v1.0/manage/api/v1/organizations//manage-devices/cmds/rtk-calibration' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "8PHDM8D0010111",
"device_cmd_data": {
"devices": [
{
"data": {
"account": "NDJhYmhkNDcwMjU=",
"host": "120.253.226.97",
"mount_point": "RTCM33_GRCEJ",
"password": "NDJud3FreW1qOA==",
"port": 8002,
"version": 21,
"height": 234.66267193603517,
"latitude": 22.5804156499653,
"longitude": 113.93851773614546
},
"module": "3",
"sn": "8PHDM8D0010111",
"type": 1
}
]
}
}'{
"code": 0,
"message": "string",
"data": {
"bid": "string",
"status": "string",
"job_document": {
"devices": [
{
"data": {
"account": "string",
"host": "string",
"mount_point": "string",
"password": "string",
"port": 0,
"version": 0,
"height": 0,
"latitude": 0,
"longitude": 0
},
"module": "string",
"sn": "string",
"type": 0
}
]
}
}
}