Skip to content

clientGroupUpdate

Supported, no replacement yet

This endpoint remains fully supported. No replacement exists in the new API yet, and no action is needed. When a replacement ships you will get 12 months' notice, and this site will be updated.

Reference


/rest/config/clientGroupUpdate


POST
This API  updates the Client Group.

acceptable request representations:

  • application/json

{    "clientGroupId":"545",        "name":"BigCo 1",    "address1":"12 Allan Road",
    "address2":"Billington",
    "address3":"Bulford",
    "address4":"Baleshire",
    "postCode":"BB6 7GH",
    "telephone":"01395 278878",
    "fax":"01395 278878",
}



available response representations:
  • 200 - application/json

{
    "result" : "success or fail",
    "result_msg" : "error message"
}



See the Config API matrix for the full list of endpoints in this category.