{
"customer_target": [
{
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"route_code": "string",
"target_month": "string",
"target_group": "string",
"target_name": "string",
"target_name_a": "string",
"month_target": 0,
"till_date_target": 0,
"target_achieved": 0,
"sequence_number": 0,
"threshold_1": 0,
"threshold_2": 0,
"screen_name": "string",
"display_indicator": 0,
"include_target_for_perfect_store": 0,
"kpi_indicator": "string",
"history_indicator": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_customer_target' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_target": [
{
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"route_code": "string",
"target_month": "string",
"target_group": "string",
"target_name": "string",
"target_name_a": "string",
"month_target": 0,
"till_date_target": 0,
"target_achieved": 0,
"sequence_number": 0,
"threshold_1": 0,
"threshold_2": 0,
"screen_name": "string",
"display_indicator": 0,
"include_target_for_perfect_store": 0,
"kpi_indicator": "string",
"history_indicator": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}