Update the status of a group (Active or Inactive)
Request
Body Params application/json
{
"request_id": "",
"company_id": "4101",
"group_id": "5901",
"status": "0",
"sign": "F5308C8B13C3945473CC5E2EB1F663043682040A4B4AF4D2217C12E69699A82D"
}
Request samples
curl --location --request POST 'https://sandbox.vcc.top/api/group/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "",
"company_id": "4101",
"group_id": "5901",
"status": "0",
"sign": "F5308C8B13C3945473CC5E2EB1F663043682040A4B4AF4D2217C12E69699A82D"
}'
Responses
application/json {
"code": 0,
"msg": {
"zh-CN": "成功",
"en-US": "Success"
},
"data": {
"status": "1",
"reqNo": 114301,
"errorMsg": null,
"groupId": null
}
}
Modified at 2024-11-15 07:35:50