Authorization: Bearer ********************[
{
"corpId": "c8dfd5d5-d481-4a07-9b86-5e0f6deb3a56",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"workerName": "string",
"workerNo": "string",
"sex": "0",
"phone": "string",
"age": 0,
"nation": "1",
"nativePlace": "string",
"address": "string",
"educationLevel": "0",
"politicalStatus": "1",
"workType": "string",
"position": "1",
"healthStatus": "1",
"idCardNumber": "string",
"isExit": "string",
"workerRoleType": "1",
"entryTime": "2019-08-24T14:15:22.123Z",
"photoUrl": "string"
}
]curl --location --request POST '/api/services/open/realname/worker/cr' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"corpId": "c8dfd5d5-d481-4a07-9b86-5e0f6deb3a56",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"workerName": "string",
"workerNo": "string",
"sex": "0",
"phone": "string",
"age": 0,
"nation": "1",
"nativePlace": "string",
"address": "string",
"educationLevel": "0",
"politicalStatus": "1",
"workType": "string",
"position": "1",
"healthStatus": "1",
"idCardNumber": "string",
"isExit": "string",
"workerRoleType": "1",
"entryTime": "2019-08-24T14:15:22.123Z",
"photoUrl": "string"
}
]'"string"