{
"beat_master": [
{
"principle_code": "string",
"beat_code": "string",
"beat_name": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_xn_beat_master' \
--header 'Content-Type: application/json' \
--data-raw '{
"beat_master": [
{
"principle_code": "string",
"beat_code": "string",
"beat_name": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}