Add Business Group To Existing Business Object
You can add business object to a group by sending the following request.
4. Request body
Add business group for existing Business Object.
{
"BUSINESS OBJECT GROUP": {
"language": "en",
"timezone": "GMT+08:00",
"data": [
{
"Group_CATEGORY_NAME": "ASSET",
"BO_NAME": "{{boName}}"
}
]
}
}
Try it myself
5. Responses
When response.status = 200, It will response a `application/octet-stream' excel file.
Otherwise, it will response json file, Please see Responses