{
"scheme_achievement": [
{
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"promotion_code": "string",
"budget_utilized": 0,
"actual_sales": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_scheme_achievement' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheme_achievement": [
{
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"promotion_code": "string",
"budget_utilized": 0,
"actual_sales": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}