Add Business Group To Existing Business Object

You can add business object to a group by sending the following request.

1. Request URL

/{PDM Server domain}/metadata/write/addBusinessObjectGroups

Method: POST

2. Request headers

Name Value

Content-Type

application/json

3. Response Type

Name Value

responseType

blob

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