{
"candidateDemandDeliverRecordsId": 0,
"type": 0,
"candidateResumeWorkRecords": [
{
"id": "string",
"candidateResumeId": "string",
"companyName": "string",
"jobName": "string",
"startTime": "string",
"endTime": "string",
"description": "string",
"isDeleted": 0,
"isInternship": true,
"isSoFar": true
}
]
}
curl --location --request POST '/preliminary-screening/candidateWork' \
--header 'Content-Type: application/json' \
--data-raw '{
"candidateDemandDeliverRecordsId": 0,
"type": 0,
"candidateResumeWorkRecords": [
{
"id": "string",
"candidateResumeId": "string",
"companyName": "string",
"jobName": "string",
"startTime": "string",
"endTime": "string",
"description": "string",
"isDeleted": 0,
"isInternship": true,
"isSoFar": true
}
]
}'
{
"msg": "string",
"code": 0,
"data": [
{
"id": 0,
"name": "string",
"phone": "string",
"postName": "string",
"itemName": "string",
"channelSource": "string",
"pushDate": "string"
}
]
}