{
"hht_master": [
{
"principle_code": "string",
"route_code": "string",
"hht_name": "string",
"hht_device_serial_number": "string",
"device_type": 0,
"imea_no": "string",
"mdm_url": "string",
"phone_no": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_xn_hht_master' \
--header 'Content-Type: application/json' \
--data-raw '{
"hht_master": [
{
"principle_code": "string",
"route_code": "string",
"hht_name": "string",
"hht_device_serial_number": "string",
"device_type": 0,
"imea_no": "string",
"mdm_url": "string",
"phone_no": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}