Authorization: Bearer ********************{
"team_code": "175",
"team_status": "1",
"team_creator": "陶家康",
"members": [
{
"staff_code": "022dfea1be2f42038377aaa78a59de0b",
"team_role": "general_practitioner"
}
],
"action": "2",
"team_type": "jtystd",
"team_phone": "18323740325",
"team_desc": "/",
"team_modified": "陶家康",
"org_code": "500000002924",
"team_name": "谭雪琴团队"
}curl --location '/openapi/resource/team/set' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"team_code": "175",
"team_status": "1",
"team_creator": "陶家康",
"members": [
{
"staff_code": "022dfea1be2f42038377aaa78a59de0b",
"team_role": "general_practitioner"
}
],
"action": "2",
"team_type": "jtystd",
"team_phone": "18323740325",
"team_desc": "/",
"team_modified": "陶家康",
"org_code": "500000002924",
"team_name": "谭雪琴团队"
}'{}