{
"name": "123123",
"behavior": 0,
"is_active": true,
"process_old_room_type": 1,
"priority": 17,
"fanpages": [
125
],
"share_chat_users": [
"a1352559-4a46-4d08-a030-a628571ae1a0"
],
"is_share_room_assign": true,
"is_show_room_no_one_conversation": true,
// US7642
"online_staff": true, //
"offline_staff": false, //
"data_organizational_structure": [
{
"value": "FTELBUDBB",
"type": "area",
"children": [
{
"value": "HBH",
"type": "branch",
"children": [
{
"value": "HBH",
"type": "center",
"children": [
{
"value": "HBHB1",
"type": "department",
},
],
},
],
},
{
"value": "HNM",
"type": "branch",
"children": [
{
"value": "HNMB1",
"type": "department",
},
],
},
],
},
{
"value": "V5",
"type": "area",
"children": [
{
"value": "P. Kinh doanh 4",
"type": "center",
"children": [
{
"value": "P. Kinh doanh 4",
"type": "department",
},
],
},
],
},
{
"value": "HO",
"type": "area",
"children": [
{
"value": "SCC",
"type": "branch",
"children": [
{
"value": "SCC",
"type": "center",
"children": [
{
"value": "SCCHTMB",
"type": "department",
},
],
},
],
},
],
},
]
// "group_ids": ""
}curl --location --request PUT 'http://127.0.0.1:8000/api/share-chat-config/44/' \
--header 'X-Auth-User-Id: 1c57758c-f9ea-11ed-a0c5-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "123123",
"behavior": 0,
"is_active": true,
"process_old_room_type": 1,
"priority": 17,
"fanpages": [
125
],
"share_chat_users": [
"a1352559-4a46-4d08-a030-a628571ae1a0"
],
"is_share_room_assign": true,
"is_show_room_no_one_conversation": true,
// US7642
"online_staff": true, //
"offline_staff": false, //
"data_organizational_structure": [
{
"value": "FTELBUDBB",
"type": "area",
"children": [
{
"value": "HBH",
"type": "branch",
"children": [
{
"value": "HBH",
"type": "center",
"children": [
{
"value": "HBHB1",
"type": "department",
},
],
},
],
},
{
"value": "HNM",
"type": "branch",
"children": [
{
"value": "HNMB1",
"type": "department",
},
],
},
],
},
{
"value": "V5",
"type": "area",
"children": [
{
"value": "P. Kinh doanh 4",
"type": "center",
"children": [
{
"value": "P. Kinh doanh 4",
"type": "department",
},
],
},
],
},
{
"value": "HO",
"type": "area",
"children": [
{
"value": "SCC",
"type": "branch",
"children": [
{
"value": "SCC",
"type": "center",
"children": [
{
"value": "SCCHTMB",
"type": "department",
},
],
},
],
},
],
},
]
// "group_ids": ""
}'{}