{
"usercode": "ahui",
"roles":["100000041","200000054"],
"depts": [
{
"deptcode": "D004",
"deptname": "营运部",
"posts": [
{
"postcode": "P0510",
"postname": "防损",
"ismain": 0
}
]
},
{
"deptcode": "D004001",
"deptname": "翠竹店(大店)",
"posts": [
{
"postcode": "P0503",
"postname": "食百课长",
"ismain": 1
}
]
}
]
}
curl --location --request POST '/entAccountDeptPost/saveAll' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"usercode": "ahui",
"roles":["100000041","200000054"],
"depts": [
{
"deptcode": "D004",
"deptname": "营运部",
"posts": [
{
"postcode": "P0510",
"postname": "防损",
"ismain": 0
}
]
},
{
"deptcode": "D004001",
"deptname": "翠竹店(大店)",
"posts": [
{
"postcode": "P0503",
"postname": "食百课长",
"ismain": 1
}
]
}
]
}'
{}