{
"year": 0,
"lineCode": "string",
"companyId": 0,
"accountManagerId": "string",
"showType": "string"
}
curl --location --request POST 'http://api.dev.spotterio.com/spotter-supplier-web/sale/management/target/overview' \
--header 'x-tag-header: fee_oa' \
--header 'x-app: gmesh' \
--header 'x-group-header: local' \
--header 'Authentication-Token: 1777952904371318786_60fa3124b6c34deeb9d76315bfbf2499' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"lineCode": "string",
"companyId": 0,
"accountManagerId": "string",
"showType": "string"
}'
{
"code": 200,
"data": [
{
"overViewVO": {
"id": 0,
"year": 0,
"status": "string",
"createdTimeMs": 0,
"updatedTimeMs": 0,
"commonVO": {
"targetPrice": 0,
"price": 0,
"targetSales": 0,
"sales": 0,
"targetPoOrderNum": 0,
"poOrderNum": 0,
"salesAchievementRate": 0,
"poOrderNumAchievementRate": 0,
"salesGrowthRate": 0,
"poOrderNumGrowthRate": 0,
"targetPriceAchievementRate": 0
}
},
"monthVOList": [
{
"id": 0,
"saleTargetId": 0,
"month": 0,
"createdTimeMs": 0,
"updatedTimeMs": 0,
"commonVO": {
"targetPrice": 0,
"price": 0,
"targetSales": 0,
"sales": 0,
"targetPoOrderNum": 0,
"poOrderNum": 0,
"salesAchievementRate": 0,
"poOrderNumAchievementRate": 0,
"salesGrowthRate": 0,
"poOrderNumGrowthRate": 0,
"targetPriceAchievementRate": 0
}
}
]
}
],
"tracerId": "cfff6f8391cf467f9d262e4ec48c15c7",
"msg": {
"defaultValue": "你的名字是:{name}",
"params": {
"name": "key"
},
"i18nKey": "spotter.i18n.com.spotter.i18n.web.impl.business.failure.cause.system.busy.2"
}
}