{
"principle_code": "string",
"tenant_code": "string",
"page_number": 0,
"start_date_time": "2025-07-31T06:16:32.044Z", "end_date_time": "2025-07-31T06:16:32.044Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_dms_asset_transaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"page_number": 0,
"start_date_time": "2025-07-31T06:16:32.044Z", "end_date_time": "2025-07-31T06:16:32.044Z"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"asset_code": "string",
"customer_code": "string",
"installation_type": 0,
"status": true
}
]