{
"route_incentive": [
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_code": "string",
"start_date": "2025-07-31T06:17:56.342Z",
"duration": 0,
"program_name": "string",
"sub_program_name": "string",
"incentive_type": "string",
"incentive_target": 0,
"incentive_achievement": 0,
"actual_payout": 0,
"max_payout": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_route_incentive' \
--header 'Content-Type: application/json' \
--data-raw '{
"route_incentive": [
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_code": "string",
"start_date": "2025-07-31T06:17:56.342Z",
"duration": 0,
"program_name": "string",
"sub_program_name": "string",
"incentive_type": "string",
"incentive_target": 0,
"incentive_achievement": 0,
"actual_payout": 0,
"max_payout": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}