curl --location --request POST 'https://openapi.italent.cn/mbo/objective/import?userId' \
--header 'Content-Type: application/json' \
--data-raw '[Post] {host}/objective/import?userId={userId}&importType=0
body:
[{
"Id":"1",
"Year":2019,
"Period":9,
"OwnerId":"wanghuan1@beisen.com",
"StartTime":"2019/07/01",
"EndTime":"2019/07/31",
"ObjectiveType":1,
"Weight":"22",
"Name":"导入目标1111",
"ApprovalStatus":1,
"CompletionValue":111
},{
"Id":"2",
"Year":2019,
"Period":9,
"OwnerId":"wanghuan1@beisen.com",
"StartTime":"2019/07/01",
"EndTime":"2019/07/31",
"ObjectiveType":1,
"Weight":"22",
"Name":"导入目标1122",
"ApprovalStatus":1,
"CompletionValue":111
}]'