# Patch update Call Class Endpoint: PATCH /call-classes/{call_class_id} Version: 1.12 Security: bearerAuth ## Path parameters: - `call_class_id` (integer, required) Call Class identifier Example: 1 ## Request fields (application/json-patch+json): - `op` (string, required) The JSON Patch operation to be performed Enum: "add", "remove", "replace", "move", "copy", "test" - `path` (string, required) A JSON-Pointer - `value` (object) The value to be used within the operations - `from` (string) A string containing a JSON Pointer value ## Response 200 fields (application/json): - `id` (integer) Internal identifier of call class Example: 1 - `callClass` (string, required) Call class - `referenceDataSourceChargeGroupId` (integer, required) Identifier of reference data source charge group that this call class relates to Example: 1 - `startDate` (string, required) Date this call class applies from - `endDate` (string) Date this call class applies to ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields