departmentlocationIdPut method

@param id

Implementation

Future<
  chopper.Response<WebApiModulesSettingsDepartmentLocationDepartmentLocation>
>
departmentlocationIdPut({
  required String? id,
  required WebApiModulesSettingsDepartmentLocationDepartmentLocation? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsDepartmentLocationDepartmentLocation,
    () => WebApiModulesSettingsDepartmentLocationDepartmentLocation
        .fromJsonFactory,
  );

  return _departmentlocationIdPut(id: id, body: body);
}