---
title: "Update a Specific JB Group"
slug: "update-a-specific-jb-group"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-jb-group"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Specific JB Group

Patch/jb-rest-api/rest/1/jbgroup/F3BC5BCEE8EA239AE05316821FAC99D1

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='918bb2ac-937a-47b1-98d9-026b8e53b53f'>application/json</option>
</select>object  Example{
  "JbgGroupMaxBillingAmt": 1000000
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='1ea99cbd-a8c1-47b4-aa4c-05e834e24da7'>application/json</option>
</select>

```json
{
  "JbgCompCode": "001",
  "JbgContCode": "00100",
  "JbgGroupNum": 1,
  "JbgGroupCode": "15000",
  "JbgName": "Testing Service",
  "JbgGroupMaxBillingAmt": 1000000,
  "JbgGroupPremiumSplitFlag": "N",
  "JbgIuCreateDate": "2023-02-02T18:47:34Z",
  "JbgIuUpdateDate": null,
  "JbgVUuid": "F3BC5BCEE8EA239AE05316821FAC99D1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jb-rest-api/rest/1/jbgroup/F3BC5BCEE8EA239AE05316821FAC99D1",
      "name": "jbgroup",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/jb-rest-api/rest/1/jbgroup/F3BC5BCEE8EA239AE05316821FAC99D1",
      "name": "jbgroup",
      "kind": "item"
    }
  ]
}
```

object
