{
"candidateDemandDeliverRecordsId": 0,
"type": 0,
"fileUrl": {
"fileUrl": "string",
"fileName": "string",
"fileSize": "string",
"fileUploadTime": "string",
"fileId": "string"
}
}
curl --location --request POST '/preliminary-screening/candidateFile' \
--header 'Content-Type: application/json' \
--data-raw '{
"candidateDemandDeliverRecordsId": 0,
"type": 0,
"fileUrl": {
"fileUrl": "string",
"fileName": "string",
"fileSize": "string",
"fileUploadTime": "string",
"fileId": "string"
}
}'
{
"msg": "string",
"code": 0,
"data": [
{
"id": 0,
"name": "string",
"phone": "string",
"postName": "string",
"itemName": "string",
"channelSource": "string",
"pushDate": "string"
}
]
}