{
"principle_code": "th",
"tenant_code": "b001",
"location_code": "b001",
"salesman_code": "",
"route_code": "",
"sync_key": "",
"start_date_time": "2024-10-30T11:37:43.420Z",
"end_date_time": "2025-11-30T11:37:43.420Z",
"page_number": 1
}curl --location --request POST 'https://testapi.com/api/xd/1.0/get_asset_verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "th",
"tenant_code": "b001",
"location_code": "b001",
"salesman_code": "",
"route_code": "",
"sync_key": "",
"start_date_time": "2024-10-30T11:37:43.420Z",
"end_date_time": "2025-11-30T11:37:43.420Z",
"page_number": 1
}'[
{
"tenant_code": "string",
"location_code": "string",
"route_code": "string",
"salesman_code": "string",
"transaction_id": "string",
"scan_date": "2025-11-06T11:46:10.025Z",
"posting_date_time": "2025-11-06T11:46:10.025Z",
"customer_code": "string",
"asset_code": "string",
"barcode": "string",
"remarks": "string",
"asset_photo_path": "string",
"process_identifier": 0,
"is_verified": 0
}
]