[
{
"id": 0,
"bossId": 0,
"bossName": "string",
"secretaryId": 0,
"secretaryName": "string",
"secretaryPhone": "string",
"secretaryDeptId": 0,
"secretaryDeptName": "string",
"bookingRelationId": "string",
"products": "string",
"scope": "string",
"deptIds": "string",
"thirdUserIds": "string",
"workCodes": "string",
"thirdDeptIds": "string",
"deptCodes": "string"
}
]
curl --location --request POST '/api/cps/customer/enterpriseUser/addOrUpdateSecretary' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"bossId": 0,
"bossName": "string",
"secretaryId": 0,
"secretaryName": "string",
"secretaryPhone": "string",
"secretaryDeptId": 0,
"secretaryDeptName": "string",
"bookingRelationId": "string",
"products": "string",
"scope": "string",
"deptIds": "string",
"thirdUserIds": "string",
"workCodes": "string",
"thirdDeptIds": "string",
"deptCodes": "string"
}
]'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}